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

Unified Diff: net/tools/flip_server/constants.h

Issue 9252029: SPDY - default to SPDY/2.1 protocol in unittests (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 8 years, 11 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/third_party/nss/ssl/ssl.h ('k') | net/tools/flip_server/spdy_ssl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/flip_server/constants.h
===================================================================
--- net/tools/flip_server/constants.h (revision 118987)
+++ net/tools/flip_server/constants.h (working copy)
@@ -18,7 +18,7 @@
acceptor_->listen_ip_ << ":" \
<< acceptor_->listen_port_ << " "
-#define NEXT_PROTO_STRING "\x06spdy/2\x08http/1.1\x08http/1.0"
+#define NEXT_PROTO_STRING "\x06spdy/2\x08spdy/2.1\x08http/1.1\x08http/1.0"
wtc 2012/01/26 00:13:25 Should we list spdy/2.1 first? Does the order mat
ramant (doing other things) 2012/01/26 18:58:48 Hasan said order doesn't matter. Removed this file
#define SSL_CIPHER_LIST "!aNULL:!ADH:!eNull:!LOW:!EXP:RC4+RSA:MEDIUM:HIGH"
« no previous file with comments | « net/third_party/nss/ssl/ssl.h ('k') | net/tools/flip_server/spdy_ssl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698