Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compare H2 PROTOCOL_ERROR with HTTP_GENERAL_PROTOCOL_ERROR #2808

Merged
merged 3 commits into from Jun 27, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 4 additions & 2 deletions draft-ietf-quic-http.md
Expand Up @@ -2174,8 +2174,10 @@ NO_ERROR (0x0):
: HTTP_NO_ERROR in {{http-error-codes}}.

PROTOCOL_ERROR (0x1):
: No single mapping. See new HTTP_MALFORMED_FRAME error codes defined in
{{http-error-codes}}.
: This is mapped to HTTP_GENERAL_PROTOCOL_ERROR except in cases where more
specific error codes have been defined. This includes HTTP_MALFORMED_FRAME,
HTTP_WRONG_STREAM, HTTP_UNEXPECTED_FRAME and HTTP_CLOSED_CRITICAL_STREAM
defined in {{http-error-codes}}.

INTERNAL_ERROR (0x2):
: HTTP_INTERNAL_ERROR in {{http-error-codes}}.
Expand Down