This commit is contained in:
mikecool1000
2014-10-09 12:22:18 -07:00
parent 4594667f07
commit ce1ac88543
+1 -1
View File
@@ -567,7 +567,7 @@ def parse_header_links(value):
replace_chars = " '\""
for val in re.split(",\ *<",value):
for val in re.split(",\ *<", value):
try:
url, params = val.split(";", 1)
except ValueError: