Commit 52feb04d authored by rtenneti's avatar rtenneti Committed by Commit bot

QUIC - Updated QuicErrorCodes with the new error codes.

Per net/quic/quic_protocol.h around line# 521.

R=asvitkine@chromium.org, rch@chromium.org, isherman@chromium.org

Review URL: https://codereview.chromium.org/1061753002

Cr-Commit-Position: refs/heads/master@{#323945}
parent 3032c443
......@@ -59111,6 +59111,10 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="65" label="CRYPTO_UPDATE_BEFORE_HANDSHAKE_COMPLETE"/>
<int value="66" label="TOO_MANY_UNFINISHED_STREAMS"/>
<int value="67" label="CONNECTION_OVERALL_TIMED_OUT"/>
<int value="68" label="QUIC_TOO_MANY_OUTSTANDING_SENT_PACKETS"/>
<int value="69" label="QUIC_TOO_MANY_OUTSTANDING_RECEIVED_PACKETS"/>
<int value="70" label="QUIC_CONNECTION_CANCELLED"/>
<int value="71" label="QUIC_BAD_PACKET_LOSS_RATE"/>
</enum>
<enum name="QuicHandshakeFailureReason" type="int">
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment