[WebSocket] Add Cache-Control to the request header.
commite5760f5299273e26119852db031e2f9882bc81e3
authoryhirano@chromium.org <yhirano@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 5 Feb 2014 12:28:50 +0000 (5 12:28 +0000)
committeryhirano@chromium.org <yhirano@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 5 Feb 2014 12:28:50 +0000 (5 12:28 +0000)
tree6bde72d42f0fae6686b725aefee1fc6f9c73058c
parentdcd32998a65d03bccf83097cf8e44881e0f9ca56
[WebSocket] Add Cache-Control to the request header.

In order to suppress cache on servers, added LOAD_BYPASS_CACHE to
the load flags.
Additionally, added some messages on opening handshake failure.

BUG=339373

Review URL: https://codereview.chromium.org/152483003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248971 0039d316-1c4b-4281-b951-d872f2087c98
net/websockets/websocket_basic_handshake_stream.cc
net/websockets/websocket_basic_handshake_stream.h
net/websockets/websocket_handshake_stream_create_helper_test.cc
net/websockets/websocket_stream.cc
net/websockets/websocket_stream_test.cc
net/websockets/websocket_test_util.cc