| Index: net/quic/quic_stream_factory.cc
|
| diff --git a/net/quic/quic_stream_factory.cc b/net/quic/quic_stream_factory.cc
|
| index 092c48ca6f9caff6a1357980a558ad7b7b989f6d..0c308bc71b60e0fecc913d4f7484dcd94514def8 100644
|
| --- a/net/quic/quic_stream_factory.cc
|
| +++ b/net/quic/quic_stream_factory.cc
|
| @@ -552,7 +552,6 @@ int QuicStreamRequest::Request(const HostPortPair& host_port_pair,
|
| net_log, this);
|
| if (rv == ERR_IO_PENDING) {
|
| host_port_pair_ = host_port_pair;
|
| - is_https_ = is_https;
|
| net_log_ = net_log;
|
| callback_ = callback;
|
| } else {
|
|
|