https://issues.apache.org/bugzilla/show_bug.cgi?id=54526

--- Comment #2 from Pavel Mateja <[email protected]> ---
Hi.
It's year back and we don't have such setup anymore.

But my impression was that things usually happened like:
client connects to reverse proxy, reverse proxy opens connection to backend,
client sends request, proxy passes request to backend, backend responds, proxy
passes response to client and client closes connection.

What sometimes happened was probably:
client connects to reverse proxy, reverse proxy opens connection to backend,
client sends request and closes connection, proxy passes request to backend,
backend starts to send response, proxy is trying to pass response to client's
closed connection, backend closes connection to proxy due to timeout.

But I'm not sure. I saw such things in production logs only and I was unable to
replicate them in test environment.

-- 
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