https://bz.apache.org/bugzilla/show_bug.cgi?id=63170

--- Comment #6 from Stefan Eissing <[email protected]> ---
I made a fix in the github version of the module. If you could copy the source
into your build tree and run that version again? It should log version
1.12.4-git for the modules.

What I see in your logs are 2 things:
1. the first request for /pumps-accessories/sump-pumps.html is answered by your
backend with headers and body, but the EOF of the body never comes.
2. The proxy_http2 code the gets a timeout waiting for the EOF and goes into an
infinite loop afterwards.

The new version addresses problem 2. You may still see error 1, but the
connection should be cleaned up properly afterwards and your server should
remain stable and not run out of resources.

If that indeed works as intended, we can have a look at problem 1. For that, a
log from both frontend and backend on at least level trace2 would be really
helpful. Ideally, of the same request, depending if you can control the traffic
on your setup. 

Thanks for the help!

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to