Lines Matching refs:spdy
13 #include "net/spdy/spdy_framer.h"
14 #include "net/spdy/spdy_session.h"
15 #include "net/spdy/spdy_session_pool.h"
58 // We want an A/B experiment between SPDY enabled and SPDY disabled,
59 // but only for pages where SPDY *could have been* negotiated. To do
60 // this, we use NPN, but prevent it from negotiating SPDY. If the
61 // server negotiates HTTP, rather than SPDY, today that will only happen
62 // on servers that installed NPN (and could have done SPDY). But this is
63 // a bit of a hack, as this correlation between NPN and SPDY is not
77 // No spdy specified.
107 spdy::SpdyFramer::set_enable_compression_default(false);
117 spdy::SpdyFramer::set_protocol_version(1);
135 LOG(DFATAL) << "Unrecognized spdy option: " << option;