Closed
Bug 344
Opened 27 years ago
Closed 26 years ago
Cached sockets closing unexpectedly cause 0-length error
Categories
(MozillaClassic Graveyard :: NetLib, defect, P3)
Tracking
(Not tracked)
VERIFIED
INVALID
People
(Reporter: tenthumbs, Assigned: jud)
Details
Created by (tenthumbs@cybernex.net) on Saturday, May 9, 1998 10:12:47 AM PDT
Additional Details :
If the browser reuses a cached socket and the socket closes
unexpectedly, net_parse_first_http_line returns the
"Document contains no data" error.
If the browser knows how long the socket will remain
available, it should respect that. If the socket doesn't
know, it should not just give up but rather try a news
socket.
I have more data available.
Assignee | ||
Comment 2•26 years ago
|
||
tenthumbs,
Do you have a reproducible test case? I've looked at the code paths and am not
seeing how this behavior can happen. If the connection came from the cache and
the read fails as a result of the socket closing, we'll try again, opening
another socket in the process.
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•