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

WIP: HTTP Doc Reorganization #1837

Merged
merged 24 commits into from Oct 17, 2018
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
f444a7a
Move content into a Request Lifecycle section
MikeBishop Oct 5, 2018
c1ab727
Move Extensions before Error Handling
MikeBishop Oct 5, 2018
9bd4e44
Move H2 Considerations to an appendix
MikeBishop Oct 5, 2018
6305be8
Expand introduction, discuss relationship with HTTP and TCP
MikeBishop Oct 11, 2018
d755aac
Fix reserved version example
MikeBishop Oct 11, 2018
3fadd85
Narrow restriction on server sending before SETTINGS
MikeBishop Oct 11, 2018
971da60
Better discussion of QUIC streams
MikeBishop Oct 11, 2018
f3f5acc
Fix references, reorder unidirectional stream section
MikeBishop Oct 11, 2018
aefe5a4
General framing layer fixups
MikeBishop Oct 11, 2018
a8036b2
PRIORITY fixups; fixes #1848
MikeBishop Oct 11, 2018
15d51bb
CANCEL_PUSH fixups
MikeBishop Oct 11, 2018
9e863ab
SETTINGS fixups
MikeBishop Oct 11, 2018
de88400
Import definition of MAX_HEADER_LIST_SIZE
MikeBishop Oct 11, 2018
ce52c50
PUSH_PROMISE fixups
MikeBishop Oct 11, 2018
78de8d6
MAX_PUSH_ID fixup
MikeBishop Oct 11, 2018
5be7761
Headers and message formatting fixups
MikeBishop Oct 12, 2018
ec75492
Cancellation and CONNECT fixups
MikeBishop Oct 12, 2018
d9ae519
Tighten some redundancies
MikeBishop Oct 12, 2018
c353495
Explicitly mention error upgrades
MikeBishop Oct 12, 2018
f23e01b
Generalize varint text in Security Considerations
MikeBishop Oct 12, 2018
febb274
Keep H2 Considerations up-to-date
MikeBishop Oct 12, 2018
f7e9118
has incorporates
MikeBishop Oct 12, 2018
b2d119e
Use a/the consistently
MikeBishop Oct 12, 2018
d57c08d
Lucas's s/p/P/
MikeBishop Oct 12, 2018
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
2 changes: 1 addition & 1 deletion draft-ietf-quic-http.md
Expand Up @@ -716,7 +716,7 @@ set from server to client, as in HTTP/2.
The payload consists of:

Push ID:
: A variable-length integer that identifies the server push operation. A push
: A variable-length integer that identifies the server push operation. A Push
ID is used in push stream headers ({{server-push}}), CANCEL_PUSH frames
({{frame-cancel-push}}), and PRIORITY frames ({{frame-priority}}).

Expand Down