Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(544)

Unified Diff: net/http/http_stream_factory.cc

Issue 9618002: SPDY - integration of spdy/3 code. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/http/http_server_properties_impl_unittest.cc ('k') | net/net.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_stream_factory.cc
===================================================================
--- net/http/http_stream_factory.cc (revision 126086)
+++ net/http/http_stream_factory.cc (working copy)
@@ -167,6 +167,8 @@
enabled_protocols_[NPN_SPDY_2] = true;
} else if (value[i] == "spdy/2.1") {
enabled_protocols_[NPN_SPDY_21] = true;
+ } else if (value[i] == "spdy/3") {
+ enabled_protocols_[NPN_SPDY_3] = true;
}
}
enabled_protocols_[NPN_SPDY_1] = false;
« no previous file with comments | « net/http/http_server_properties_impl_unittest.cc ('k') | net/net.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698