diff options
author | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-19 22:17:42 +0000 |
---|---|---|
committer | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-19 22:17:42 +0000 |
commit | b2e5209c5ab4e429292b0577e5b62aabb0422ee9 (patch) | |
tree | fcffa689c9d7b6d4c92c05dd2fb3a6e39d7680bd /net/base/net_error_list.h | |
parent | 3a7eba03f8d6bc0aa781c881747a0e48f5c0da07 (diff) | |
download | chromium_src-b2e5209c5ab4e429292b0577e5b62aabb0422ee9.zip chromium_src-b2e5209c5ab4e429292b0577e5b62aabb0422ee9.tar.gz chromium_src-b2e5209c5ab4e429292b0577e5b62aabb0422ee9.tar.bz2 |
[SPDY] Close SPDY sessions on session flow control errors
But just emit something to NetLog for errors in a SETTINGS
frame.
Treat the receive window going negative as a valid error for SpdyStream.
Remove net:: prefix from spdy_{session,stream}.*.
Update some enums in histograms.xml.
BUG=176592
Review URL: https://codereview.chromium.org/14348012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195309 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/base/net_error_list.h')
-rw-r--r-- | net/base/net_error_list.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/base/net_error_list.h b/net/base/net_error_list.h index f0bb1b2..ff6e347 100644 --- a/net/base/net_error_list.h +++ b/net/base/net_error_list.h @@ -465,7 +465,7 @@ NET_ERROR(INVALID_SPDY_STREAM, -335) // There are no supported proxies in the provided list. NET_ERROR(NO_SUPPORTED_PROXIES, -336) -// There is a SPDY protocol framing error. +// There is a SPDY protocol error. NET_ERROR(SPDY_PROTOCOL_ERROR, -337) // Credentials could not be established during HTTP Authentication. |