We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aef325 commit bf01b8cCopy full SHA for bf01b8c
human_curl/core.py
@@ -746,7 +746,7 @@ def parse_header_block(raw_block):
746
if not header:
747
continue
748
elif not header.startswith("HTTP"):
749
- field, value = map(lambda u: u.strip(), header.split(":", 1))
+ field, value = map(lambda u: u.strip(), header.split(":", 1))
750
if field.startswith("Location"):
751
# maybe not good
752
if not value.startswith("http"):
0 commit comments