| Index: net/quic/quic_crypto_stream.cc
|
| diff --git a/net/quic/quic_crypto_stream.cc b/net/quic/quic_crypto_stream.cc
|
| index d1ad84bff3c8d6abf0207c0d9600883c49f9ccf4..d79fa735786b3f0dc9f9cc7e8ba32cc4a54144c0 100644
|
| --- a/net/quic/quic_crypto_stream.cc
|
| +++ b/net/quic/quic_crypto_stream.cc
|
| @@ -48,7 +48,7 @@ uint32 QuicCryptoStream::ProcessRawData(const char* data,
|
| }
|
|
|
| QuicPriority QuicCryptoStream::EffectivePriority() const {
|
| - return 0;
|
| + return QuicUtils::HighestPriority();
|
| }
|
|
|
| void QuicCryptoStream::SendHandshakeMessage(
|
|
|