Comment #17 on issue 18192 by [email protected]: Intermittent
ERR_CONNECTION_RESET for web page at null
http://code.google.com/p/chromium/issues/detail?id=18192
The following revision refers to this bug:
http://src.chromium.org/viewvc/chrome?view=rev&revision=24084
------------------------------------------------------------------------
r24084 | [email protected] | 2009-08-22 14:20:11 -0700 (Sat, 22 Aug
2009) | 7 lines
Changed paths:
M
http://src.chromium.org/viewvc/chrome/trunk/src/net/http/http_network_transaction.cc?r1=24084&r2=24083
M
http://src.chromium.org/viewvc/chrome/trunk/src/net/socket/client_socket_handle.h?r1=24084&r2=24083
Resend on IO errors on late bound sockets that were idle.
According to UMA data, late bound sockets that were idle are significantly
more likely to get (reset/close/abort) errors. Currently, we don't resend
on late bound sockets that were idle because they weren't reused. This
changes that.
TODO: determine how long a socket has to be idle before it is likely to get
a TCP RST if we try to reuse it.
Also document the ClientSocketHandle::ReuseSocketType values.
BUG=http://crbug.com/18192.
Review URL: http://codereview.chromium.org/174287
------------------------------------------------------------------------
--
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
-~----------~----~----~----~------~----~------~--~---