-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
multi: requests may get response for request issued in parallel (or timeout, or errors) #3956
Comments
(This was originally reported as #3951 but I accidentally stumbled upon a different bug while minimizing the test case and reported that bug instead.) |
Thanks for keeping me busy! 😁 |
I can reproduce the (unexpected) timeout. It seems to always be one of the h1 requests...
|
bagder
added a commit
that referenced
this issue
May 28, 2019
... so that it has a sensible value when ConnectionExists() is called which needs it set to differentiate host "bundles" correctly on port number! Probably a regression from 7.62.0 Reported-by: Tom van der Woerdt Fixes #3956
bagder
added a commit
that referenced
this issue
May 28, 2019
... so that it has a sensible value when ConnectionExists() is called which needs it set to differentiate host "bundles" correctly on port number! Probably a regression from 7.62.0 Reported-by: Tom van der Woerdt Fixes #3956
bagder
added a commit
that referenced
this issue
May 28, 2019
... so that it has a sensible value when ConnectionExists() is called which needs it set to differentiate host "bundles" correctly on port number! Also, make conncache:hashkey() use correct port for bundles that are proxy vs host connections. Probably a regression from 7.62.0 Reported-by: Tom van der Woerdt Fixes #3956
bagder
added a commit
that referenced
this issue
May 28, 2019
... so that it has a sensible value when ConnectionExists() is called which needs it set to differentiate host "bundles" correctly on port number! Also, make conncache:hashkey() use correct port for bundles that are proxy vs host connections. Probably a regression from 7.62.0 Reported-by: Tom van der Woerdt Fixes #3956
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
https://gist.github.com/TvdW/f4815f8080d9dc30daa5d74b1f878dae
There's a nginx server running on 127.0.0.1, listening on port 80 for http/1.1, and on port 81 for http/2 (no TLS on either). I guess a simple nginx config to reproduce would be along the lines of
Full log: https://gist.github.com/TvdW/37f7e01bf7b3b8763557d0a1c204379f
Seems to be a new bug in 7.65.0, 7.64.1 did not have it.
The text was updated successfully, but these errors were encountered: