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

Editorial nits for HTTP #3942

Merged
merged 6 commits into from Aug 11, 2020
Merged

Editorial nits for HTTP #3942

merged 6 commits into from Aug 11, 2020

Conversation

MikeBishop
Copy link
Contributor

Those that didn't seem to warrant separate issues, anyway.

@MikeBishop MikeBishop added editorial An issue that does not affect the design of the protocol; does not require consensus. -http labels Jul 22, 2020
@@ -2406,7 +2416,7 @@ INADEQUATE_SECURITY (0xc):
: Not applicable, since QUIC is assumed to provide sufficient security on all
connections.

H3_1_1_REQUIRED (0xd):
HTTP_1_1_REQUIRED (0xd):
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😁

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

HTTP 3.1.1 for Workgroups, perhaps?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

whoops

Copy link
Member

@martinthomson martinthomson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice. A few suggestions, but these are mostly easy or obvious fixes. Feel free to use follow-up issues for the trickier comments.

draft-ietf-quic-http.md Outdated Show resolved Hide resolved
@@ -2406,7 +2416,7 @@ INADEQUATE_SECURITY (0xc):
: Not applicable, since QUIC is assumed to provide sufficient security on all
connections.

H3_1_1_REQUIRED (0xd):
HTTP_1_1_REQUIRED (0xd):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

HTTP 3.1.1 for Workgroups, perhaps?

draft-ietf-quic-http.md Show resolved Hide resolved
draft-ietf-quic-http.md Outdated Show resolved Hide resolved
draft-ietf-quic-http.md Outdated Show resolved Hide resolved
draft-ietf-quic-http.md Outdated Show resolved Hide resolved
MikeBishop and others added 2 commits July 23, 2020 09:56
Co-authored-by: Martin Thomson <mt@lowentropy.net>
@@ -1167,8 +1172,7 @@ receipt.

The payload and length of the stream are selected in any manner the
implementation chooses. Implementations MAY terminate these streams cleanly, or
MAY abruptly terminate them. When terminating abruptly, the error code
H3_NO_ERROR or a reserved error code ({{http-error-codes}}) SHOULD be used.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is the rationale for removing this sentence?

@MikeBishop MikeBishop merged commit b1b5769 into master Aug 11, 2020
@MikeBishop MikeBishop deleted the http/mbishop_wglc branch August 11, 2020 23:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
-http editorial An issue that does not affect the design of the protocol; does not require consensus.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants