-
Notifications
You must be signed in to change notification settings - Fork 41
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
File streams interrupted with Apache 2.4.35 #170
Comments
Trying to parse this. You receive a complete response to stream 757 and then, after 5 seconds, the connection is closed. Am I reading this right? There were changes related to connection timeout handling and idleness. Connected to the issue, but there were other fixes in connection timeout as well. The 5 seconds is the default for |
Yes that's right. In Chrome I get an "net::ERR_CONNECTION_CLOSED" error. And when I disable http2/spdy in my browser or disable h2 in Apache it works without problems. And it just started after updating from Apache 2.4.34 to 2.4.35. |
Will this go away if you set
? |
Same thing, but my browser tab is freezed for the 120 seconds |
Do you have a URL where I can try that with chrome? |
Upon looking at that second log, I see that the stream is not closed. That would explain the hanging. In your first example the |
More questions: is this a static file or html generated by some php/cgi backend? (See #167 for another issue with missing |
And one more: I could really use a error_log at |
Not right now. Trying to get a public instance of it
It's generated by php.
Ok, I'll give it a try. |
I have just sent the e-mail |
Thanks! Just released a (hopefully correct) fix... |
… request handler missed to signal it the normal way (eos buckets). Addresses github issues icing/mod_h2#164, icing/mod_h2#167 and icing/mod_h2#170. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1843426 13f79535-47bb-0310-9956-ffa450edef68
Problem seems gone with "mod_http2 (v1.11.3-git.." 👍 |
Wonderful, thanks! Will try to get that added to 2.4.36.
Cheers,
Stefan
… Am 10.10.2018 um 14:12 schrieb Pascal Christen ***@***.***>:
Problem seems gone with "mod_http2 (v1.11.3-git.." 👍
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
mod_http2: adding defensive code for stream EOS handling, in case the request handler missed to signal it the normal way (eos buckets). Addresses github issues icing/mod_h2#164, icing/mod_h2#167 and icing/mod_h2#170. Submitted by: icing Reviewed by: icing, ylavic, jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1843468 13f79535-47bb-0310-9956-ffa450edef68
mod_http2: adding defensive code for stream EOS handling, in case the request handler missed to signal it the normal way (eos buckets). Addresses github issues icing/mod_h2#164, icing/mod_h2#167 and icing/mod_h2#170. Submitted by: icing Reviewed by: icing, ylavic, jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1843468 13f79535-47bb-0310-9956-ffa450edef68
… request handler missed to signal it the normal way (eos buckets). Addresses github issues icing/mod_h2#164, icing/mod_h2#167 and icing/mod_h2#170. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1843426 13f79535-47bb-0310-9956-ffa450edef68
Hi
Not sure if I'm at the right place but I have a problem with h2 since the Apache 2.4.35 update:
Does it have something to do with "low: DoS for HTTP/2 connections by continuous SETTINGS (CVE-2018-11763)"?
Greetings Pascal
The text was updated successfully, but these errors were encountered: