Status: Started
Owner: [email protected]
CC: [email protected],  [email protected]
Labels: Type-Bug Pri-2 OS-All Area-BrowserBackend Size-Medium

New issue 9880 by [email protected]: A client socket is not recycled if a  
response body is 0 bytes
http://code.google.com/p/chromium/issues/detail?id=9880

This bug was discovered by Jim.

If a response body is 0 bytes, for example, a 204 "No Content"
response, HttpNetworkTransaction::DoReadBody returns 0 without
reading from the socket, and the next state,
HttpNetworkTransaction::DoReadBodyComplete, cannot distinguish
that 0 byte count from an actual socket read call that returned
0, so we mistake it for an EOF and close the socket.

This bug causes us to close keep-alive connections under that
condition.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to