Hotfix python-openid
This commit is contained in:
parent
3dad76a61e
commit
f1aa4ab7c1
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ class CurlHTTPFetcher(HTTPFetcher):
|
|||
|
||||
# Remove the status line from the beginning of the input
|
||||
unused_http_status_line = header_file.readline().lower ()
|
||||
if unused_http_status_line.startswith('http/1.1 100 '):
|
||||
while unused_http_status_line.startswith('http/1.1 100 '):
|
||||
unused_http_status_line = header_file.readline()
|
||||
unused_http_status_line = header_file.readline()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue