Skip to content

Commit

Permalink
Concomitant change to HTTP_MALFORMED_FRAME_TYPE
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeBishop committed Feb 7, 2019
1 parent 6c33bd4 commit f52e62f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions draft-ietf-quic-http.md
Expand Up @@ -1441,9 +1441,10 @@ HTTP_GENERAL_PROTOCOL_ERROR (0x00FF):
specific error code, or endpoint declines to use the more specific error code.

HTTP_MALFORMED_FRAME (0x01XX):
: An error in a specific frame type. The frame type is included as the last
byte of the error code. For example, an error in a MAX_PUSH_ID frame would be
indicated with the code (0x10D).
: An error in a specific frame type. If the frame type is `0xfe` or less, the
type is included as the last byte of the error code. For example, an error in
a MAX_PUSH_ID frame would be indicated with the code (0x10D). The last byte
`0xff` is used to indicate any frame type greater than `0xfe`.


# Security Considerations
Expand Down

0 comments on commit f52e62f

Please sign in to comment.