| Index: net/quic/core/quic_versions.h
|
| diff --git a/net/quic/core/quic_versions.h b/net/quic/core/quic_versions.h
|
| index 546f16b306c75e74744b96612a1e42eb7985b381..126945daff2c07cdea85178fc09ffb5ecc60c670 100644
|
| --- a/net/quic/core/quic_versions.h
|
| +++ b/net/quic/core/quic_versions.h
|
| @@ -29,8 +29,8 @@ enum QuicVersion {
|
| QUIC_VERSION_35 = 35, // Allows endpoints to independently set stream limit.
|
| QUIC_VERSION_36 = 36, // Add support to force HOL blocking.
|
| QUIC_VERSION_37 = 37, // Add perspective into null encryption.
|
| - QUIC_VERSION_38 = 38, // Experimental support for HTTP stream pairs
|
| - // and HPACK HoL avoidance.
|
| + QUIC_VERSION_38 = 38, // PADDING frame is a 1-byte frame with type 0x00.
|
| + // Respect NSTP connection option.
|
|
|
| // IMPORTANT: if you are adding to this list, follow the instructions at
|
| // http://sites/quic/adding-and-removing-versions
|
|
|