Issue 3772: Distributed reliability test failures with NewHTTP
http://code.google.com/p/chromium/issues/detail?id=3772

Comment #11 by [EMAIL PROTECTED]:
For case (1), it's also possible that reused_socket_ is true, so
we skip connect and proceed to write the request headers.  But I
can't explain how reused_socket_ could be true for an HTTPS request.
This proxy is a simple proxy that doesn't support SSL tunneling.
If I use telnet to issue an HTTP CONNECT request to this proxy
manually, I get this response:

HTTP/1.1 501 Not Implemented
Date: Sat, 01 Nov 2008 14:28:58 GMT
Content-Type: text/html
Server: FastNetService/1.0
Connection: Close
Content-Length: 0

Connection closed by foreign host.

The connection is marked as not keep-alive and closed by the server.
So the connection pool for any HTTPS host could not possibly have
any recycled connections.

I also inspected http_network_transaction.cc closely for a long time
and didn't find any problem.

I'll wait for the results of the new instrumentation code.  If
reused_socket_ is true, I'll inspect the relevant code again and
suggest additional instrumentation.



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

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Chromium-bugs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/chromium-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to