DescriptionChange error message for WebSocket tunnel failure.
Currently a proxy refusal to allow a WebSocket to establish a tunnel
results in an error message like:
WebSocket connection to 'ws://foo:5036/' failed: Error in connection
establishment: net::ERR_TUNNEL_CONNECTION_FAILED
It is not obvious from this message that a proxy is the cause of the
problem. Change the message to:
WebSocket connection to 'ws://foo:5036/' failed: Establishing a tunnel
via proxy server failed.
BUG=454311
TEST=net_unittests, browser_tests, layout tests
Committed: https://crrev.com/38fc268cf47aafb1c0bcc30611d68916caa3a6e4
Cr-Commit-Position: refs/heads/master@{#315257}
Patch Set 1 #
Total comments: 4
Patch Set 2 : Declare and include ProxyService in test_util files. #Patch Set 3 : Rename kTruncatedResponse to kProxyResponse #Patch Set 4 : Fix memory leak and simplify SetProxyService() #
Messages
Total messages: 11 (3 generated)
|