Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

responseHeaders with ':' truncated #59

Closed
ConstantinZinchenko opened this issue Mar 27, 2017 · 2 comments
Closed

responseHeaders with ':' truncated #59

ConstantinZinchenko opened this issue Mar 27, 2017 · 2 comments
Assignees
Labels

Comments

@ConstantinZinchenko
Copy link

In r 1.1.1
line
list ($key, $value) = explode(': ', $line);
_extractCurlHeaders

was changed to
list ($key, $value) = explode(':', $line);

': ' with space -> ':' without space.
So header Location: http://foo.bar bocomes:
'Location'=>'http'

@linslin linslin self-assigned this Mar 27, 2017
@linslin linslin added the bug label Mar 27, 2017
@linslin
Copy link
Owner

linslin commented Mar 27, 2017

Great, thanks for this reporting. We will take a look on it in the next days!

linslin added a commit that referenced this issue Mar 29, 2017
@linslin
Copy link
Owner

linslin commented Mar 29, 2017

@linslin linslin closed this as completed Mar 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants