Closed
Bug 91474
Opened 23 years ago
Closed 23 years ago
http keeplive seems to fail in a a case it should work
Categories
(Core :: Networking: HTTP, defect)
Core
Networking: HTTP
Tracking
()
People
(Reporter: tvl, Assigned: neeti)
Details
Attachments
(2 files)
When requesting thru a proxy with a 1.1 request with keep-alive turned on. the
proxy is sending back a 1.1 reply, and mozilla is closing down the socket instead
of reusing it for another request. The reply doesn't include a keep alive header
(which appears to be right by the spect). Looking in lxr, it seems like mozilla
may require the header to reuse the connection.
I've attached the headers from a request to show what's going on the wire.
Comment 4•23 years ago
|
||
Marking as duplicate. Reporter: If you diagree, please re-open the bug.
*** This bug has been marked as a duplicate of 84264 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•