summaryrefslogtreecommitdiffstats
path: root/net/http/bidirectional_stream_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'net/http/bidirectional_stream_unittest.cc')
-rw-r--r--net/http/bidirectional_stream_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/http/bidirectional_stream_unittest.cc b/net/http/bidirectional_stream_unittest.cc
index 6658d82..a3bc810 100644
--- a/net/http/bidirectional_stream_unittest.cc
+++ b/net/http/bidirectional_stream_unittest.cc
@@ -296,7 +296,7 @@ class MockTimer : public base::MockTimer {
class BidirectionalStreamTest : public testing::TestWithParam<bool> {
public:
BidirectionalStreamTest()
- : spdy_util_(kProtoHTTP2, false),
+ : spdy_util_(kProtoHTTP2, true),
session_deps_(kProtoHTTP2),
ssl_data_(SSLSocketDataProvider(ASYNC, OK)) {
ssl_data_.SetNextProto(kProtoHTTP2);