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

--- Comment #3 from Pavel Mateja <[email protected]> ---
debug (In reply to comment #2)
> (In reply to comment #1)
> > Oh, to make it more weird:
> > The problem was seen with wget. LWP was able to fetch the page without
> > waiting to timeout.
> 
> maybe one sends asks for connection-close or http/1.0 and not the other?

Checked. LWP sends just GET, not CONNECT.

But it doesn't matter really. Apache 2.2 was able to close the client
connection when backend closed it's side.
Do you know where exactly is the code supposed to do it?

And I realized this are two bugs in one report.
1) open connection.
2) CONNECT is guarded by RequestReadTimeout from mod_reqtimeout instead of
general Timeout.

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