Chromium Code Reviews| 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" |