-
-
Notifications
You must be signed in to change notification settings - Fork 65
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
What about HTTP 1.1 support? #5
Comments
Yeah going to look into that and see if I can make some progress on that soon. It works fine in most cases but there are some edge cases where forcing it to |
This was referenced Sep 3, 2015
Please tell me where I am wrong, `cause it does not work for me - I can not get response body with HTTP 1.1: $request = $client->request('GET', 'http://facebook.com', [], '1.1');
$request->on('response', function ($res) {
$res->on('data', function ($data, $res) {
var_dump($data);
});
}); it does not work for http://vk.com, http://facebook.com |
@deathmood answered your question here: #49 (comment) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: