-
-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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
CURLPIPE_MULTIPLEX tries pipelining even if "Upgrade: h2c" did not succeed [PATCH] #584
Comments
this seems to fix it:
|
Thanks! |
This caused a regression (http://curl.haxx.se/mail/lib-2016-01/0031.html) so re-opened and we need to fix it differently. |
The problem was not that it tried to multiplex, the problem is that it enables pipelining - although not asked to. I suggest this patch that seems to do the trick for me:
|
Oh, this one looks much better, although it goes beyond my current understanding of Curl internals. Regards,
|
I believe my fix is correct so I just merged that. Feel free to open a new bug or re-open this if you find it inadequate. Thanks! |
I confirm, your fix works perfectly. |
The text was updated successfully, but these errors were encountered: