summaryrefslogtreecommitdiffstats
path: root/net/http/http_auth_handler_mock.cc
diff options
context:
space:
mode:
authorrch@chromium.org <rch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-04 15:47:20 +0000
committerrch@chromium.org <rch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-04 15:47:20 +0000
commit973ce28247510567d996b91ad5aa3f1da590fbcc (patch)
tree2e94ef64fc7ccf123dfec50fd5be7ab6a7ffc1c6 /net/http/http_auth_handler_mock.cc
parent40920dbef88b0764ee318df920a69db5234e4ec5 (diff)
downloadchromium_src-973ce28247510567d996b91ad5aa3f1da590fbcc.zip
chromium_src-973ce28247510567d996b91ad5aa3f1da590fbcc.tar.gz
chromium_src-973ce28247510567d996b91ad5aa3f1da590fbcc.tar.bz2
Refactor HttpNetworkTransaction to eliminate the SPDY
specific states of the state machine. This required adding two new states: STATE_INIT_STREAM STATE_INTI_STREAM_COMPLETE The http_stream_ and spdy_http_stream_ member fields have been removed, and replaced by a single stream_ member field which is initialized with either an HttpBasicStream, or SpdyHttpStream depending on the underlying connection. In the process, the NetLog no longer receives TYPE_SPDY events, only TYPE_HTTP, so spdy_network_transaction_unittest.cc needed to be modified accordingly. BUG=50267 TEST=none Review URL: http://codereview.chromium.org/3064033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54906 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/http/http_auth_handler_mock.cc')
0 files changed, 0 insertions, 0 deletions