Skip to content

Commit

Permalink
Unwrap error code entries
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeBishop committed Oct 17, 2018
1 parent 4758a1c commit 9e56562
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions draft-ietf-quic-qpack.md
Original file line number Diff line number Diff line change
Expand Up @@ -1032,8 +1032,10 @@ QPACK which prevent the stream or connection from continuing:
HTTP_QPACK_DECOMPRESSION_FAILED (TBD):
: The decoder failed to interpret an instruction on a request or push stream and
is not able to continue decoding that header block.

HTTP_QPACK_ENCODER_STREAM_ERROR (TBD):
: The decoder failed to interpret an instruction on the encoder stream.

HTTP_QPACK_DECODER_STREAM_ERROR (TBD):
: The encoder failed to interpret an instruction on the decoder stream.

Expand Down

0 comments on commit 9e56562

Please sign in to comment.