Skip to content

Commit

Permalink
Script updating gh-pages from 3d21ced. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
ID Bot committed Sep 12, 2019
1 parent f2a8265 commit cce804c
Show file tree
Hide file tree
Showing 3 changed files with 1,598 additions and 1,522 deletions.
22 changes: 21 additions & 1 deletion draft-ietf-quic-http.html
Expand Up @@ -1924,7 +1924,27 @@ <h2 id="rfc.appendix.B.1">
</h2>
<p></p>

<ul><li>Removed priority signaling.</li></ul>
<ul>
<li>Removed priority signaling (#2922,#2924)</li>
<li>Further changes to error codes (#2662,#2551): <ul>
<li>Error codes renumbered</li>
<li>HTTP_MALFORMED_FRAME replaced by HTTP_FRAME_ERROR, HTTP_ID_ERROR, and others</li>
</ul>
</li>
<li>Clarify how unknown frame types interact with required frame sequence (#2867,#2858)</li>
<li>Describe interactions with the transport in terms of defined interface terms (#2857,#2805)</li>
<li>Require the use of the <samp>http-opportunistic</samp> resource (RFC 8164) when scheme is <samp>http</samp> (#2439,#2973)</li>
<li>Settings identifiers cannot be duplicated (#2979)</li>
<li>Changes to SETTINGS frames in 0-RTT (#2972,#2790,#2945): <ul>
<li>Servers must send all settings with non-default values in their SETTINGS frame, even when resuming</li>
<li>If a client doesn&#8217;t have settings associated with a 0-RTT ticket, it uses the defaults</li>
<li>Servers can&#8217;t accept early data if they cannot recover the settings the client will have remembered</li>
</ul>
</li>
<li>Clarify that Upgrade and the 101 status code are prohibited (#2898,#2889)</li>
<li>Clarify that frame types reserved for greasing can occur on any stream, but frame types reserved due to HTTP/2 correspondence are prohibited (#2997,#2692,#2693)</li>
<li>Unknown error codes cannot be treated as errors (#2998,#2816)</li>
</ul>
<h2 id="rfc.appendix.B.2">
<a href="#rfc.appendix.B.2">B.2.</a> <a href="#since-draft-ietf-quic-http-21" id="since-draft-ietf-quic-http-21">Since draft-ietf-quic-http-21</a>
</h2>
Expand Down
210 changes: 133 additions & 77 deletions draft-ietf-quic-http.txt
Expand Up @@ -156,12 +156,12 @@ Internet-Draft HTTP/3 September 2019
A.4. HTTP/2 Error Codes . . . . . . . . . . . . . . . . . . . 49
Appendix B. Change Log . . . . . . . . . . . . . . . . . . . . . 50
B.1. Since draft-ietf-quic-http-22 . . . . . . . . . . . . . . 50
B.2. Since draft-ietf-quic-http-21 . . . . . . . . . . . . . . 50
B.3. Since draft-ietf-quic-http-20 . . . . . . . . . . . . . . 50
B.4. Since draft-ietf-quic-http-19 . . . . . . . . . . . . . . 51
B.5. Since draft-ietf-quic-http-18 . . . . . . . . . . . . . . 51
B.6. Since draft-ietf-quic-http-17 . . . . . . . . . . . . . . 52
B.7. Since draft-ietf-quic-http-16 . . . . . . . . . . . . . . 52
B.2. Since draft-ietf-quic-http-21 . . . . . . . . . . . . . . 51
B.3. Since draft-ietf-quic-http-20 . . . . . . . . . . . . . . 51
B.4. Since draft-ietf-quic-http-19 . . . . . . . . . . . . . . 52
B.5. Since draft-ietf-quic-http-18 . . . . . . . . . . . . . . 52
B.6. Since draft-ietf-quic-http-17 . . . . . . . . . . . . . . 53
B.7. Since draft-ietf-quic-http-16 . . . . . . . . . . . . . . 53



Expand All @@ -170,25 +170,25 @@ Bishop Expires March 15, 2020 [Page 3]
Internet-Draft HTTP/3 September 2019


B.8. Since draft-ietf-quic-http-15 . . . . . . . . . . . . . . 52
B.8. Since draft-ietf-quic-http-15 . . . . . . . . . . . . . . 53
B.9. Since draft-ietf-quic-http-14 . . . . . . . . . . . . . . 53
B.10. Since draft-ietf-quic-http-13 . . . . . . . . . . . . . . 53
B.11. Since draft-ietf-quic-http-12 . . . . . . . . . . . . . . 53
B.10. Since draft-ietf-quic-http-13 . . . . . . . . . . . . . . 54
B.11. Since draft-ietf-quic-http-12 . . . . . . . . . . . . . . 54
B.12. Since draft-ietf-quic-http-11 . . . . . . . . . . . . . . 54
B.13. Since draft-ietf-quic-http-10 . . . . . . . . . . . . . . 54
B.14. Since draft-ietf-quic-http-09 . . . . . . . . . . . . . . 54
B.15. Since draft-ietf-quic-http-08 . . . . . . . . . . . . . . 54
B.16. Since draft-ietf-quic-http-07 . . . . . . . . . . . . . . 54
B.17. Since draft-ietf-quic-http-06 . . . . . . . . . . . . . . 54
B.18. Since draft-ietf-quic-http-05 . . . . . . . . . . . . . . 54
B.15. Since draft-ietf-quic-http-08 . . . . . . . . . . . . . . 55
B.16. Since draft-ietf-quic-http-07 . . . . . . . . . . . . . . 55
B.17. Since draft-ietf-quic-http-06 . . . . . . . . . . . . . . 55
B.18. Since draft-ietf-quic-http-05 . . . . . . . . . . . . . . 55
B.19. Since draft-ietf-quic-http-04 . . . . . . . . . . . . . . 55
B.20. Since draft-ietf-quic-http-03 . . . . . . . . . . . . . . 55
B.21. Since draft-ietf-quic-http-02 . . . . . . . . . . . . . . 55
B.22. Since draft-ietf-quic-http-01 . . . . . . . . . . . . . . 55
B.20. Since draft-ietf-quic-http-03 . . . . . . . . . . . . . . 56
B.21. Since draft-ietf-quic-http-02 . . . . . . . . . . . . . . 56
B.22. Since draft-ietf-quic-http-01 . . . . . . . . . . . . . . 56
B.23. Since draft-ietf-quic-http-00 . . . . . . . . . . . . . . 56
B.24. Since draft-shade-quic-http2-mapping-00 . . . . . . . . . 56
Acknowledgements . . . . . . . . . . . . . . . . . . . . . . . . 56
Author's Address . . . . . . . . . . . . . . . . . . . . . . . . 56
B.24. Since draft-shade-quic-http2-mapping-00 . . . . . . . . . 57
Acknowledgements . . . . . . . . . . . . . . . . . . . . . . . . 57
Author's Address . . . . . . . . . . . . . . . . . . . . . . . . 57

1. Introduction

Expand Down Expand Up @@ -2774,7 +2774,53 @@ Appendix B. Change Log

B.1. Since draft-ietf-quic-http-22

o Removed priority signaling.
o Removed priority signaling (#2922,#2924)

o Further changes to error codes (#2662,#2551):

* Error codes renumbered

* HTTP_MALFORMED_FRAME replaced by HTTP_FRAME_ERROR,
HTTP_ID_ERROR, and others

o Clarify how unknown frame types interact with required frame
sequence (#2867,#2858)

o Describe interactions with the transport in terms of defined
interface terms (#2857,#2805)

o Require the use of the "http-opportunistic" resource (RFC 8164)
when scheme is "http" (#2439,#2973)

o Settings identifiers cannot be duplicated (#2979)




Bishop Expires March 15, 2020 [Page 50]

Internet-Draft HTTP/3 September 2019


o Changes to SETTINGS frames in 0-RTT (#2972,#2790,#2945):

* Servers must send all settings with non-default values in their
SETTINGS frame, even when resuming

* If a client doesn't have settings associated with a 0-RTT
ticket, it uses the defaults

* Servers can't accept early data if they cannot recover the
settings the client will have remembered

o Clarify that Upgrade and the 101 status code are prohibited
(#2898,#2889)

o Clarify that frame types reserved for greasing can occur on any
stream, but frame types reserved due to HTTP/2 correspondence are
prohibited (#2997,#2692,#2693)

o Unknown error codes cannot be treated as errors (#2998,#2816)

B.2. Since draft-ietf-quic-http-21

Expand All @@ -2793,15 +2839,6 @@ B.3. Since draft-ietf-quic-http-20
o Close and maybe reset streams if a connection error occurs for
CONNECT (#2228, #2703)





Bishop Expires March 15, 2020 [Page 50]

Internet-Draft HTTP/3 September 2019


o Encourage provision of sufficient unidirectional streams for QPACK
(#2100, #2529, #2762)

Expand All @@ -2812,6 +2849,15 @@ Internet-Draft HTTP/3 September 2019

o Extensive changes to error codes and conditions of their sending





Bishop Expires March 15, 2020 [Page 51]

Internet-Draft HTTP/3 September 2019


* Require connection errors for more error conditions (#2511,
#2510)

Expand Down Expand Up @@ -2851,13 +2897,6 @@ B.5. Since draft-ietf-quic-http-18

* Renumbered stream type assignments



Bishop Expires March 15, 2020 [Page 51]

Internet-Draft HTTP/3 September 2019


* Modified associated reserved values

o Frame layout switched from Length-Type-Value to Type-Length-Value
Expand All @@ -2867,6 +2906,14 @@ Internet-Draft HTTP/3 September 2019

o Use connection error for invalid PRIORITY (#2507, #2508)




Bishop Expires March 15, 2020 [Page 52]

Internet-Draft HTTP/3 September 2019


B.6. Since draft-ietf-quic-http-17

o HTTP_REQUEST_REJECTED is used to indicate a request can be retried
Expand Down Expand Up @@ -2904,16 +2951,6 @@ B.8. Since draft-ietf-quic-http-15

Substantial editorial reorganization; no technical changes.






Bishop Expires March 15, 2020 [Page 52]

Internet-Draft HTTP/3 September 2019


B.9. Since draft-ietf-quic-http-14

o Recommend sensible values for QUIC transport parameters
Expand All @@ -2926,6 +2963,13 @@ B.9. Since draft-ietf-quic-http-14

o Expanded discussion of connection closure (#1599,#1717,#1712)



Bishop Expires March 15, 2020 [Page 53]

Internet-Draft HTTP/3 September 2019


o HTTP_VERSION_FALLBACK falls back to HTTP/1.1 (#1677,#1685)

B.10. Since draft-ietf-quic-http-13
Expand Down Expand Up @@ -2958,18 +3002,6 @@ B.11. Since draft-ietf-quic-http-12
o Priority mechanism now uses explicit placeholders to enable
persistent structure in the tree (#441,#1421,#1422)








Bishop Expires March 15, 2020 [Page 53]

Internet-Draft HTTP/3 September 2019


B.12. Since draft-ietf-quic-http-11

o Moved QPACK table updates and acknowledgments to dedicated streams
Expand All @@ -2986,6 +3018,14 @@ B.14. Since draft-ietf-quic-http-09

o The server_name TLS extension is now mandatory (#296, #495)




Bishop Expires March 15, 2020 [Page 54]

Internet-Draft HTTP/3 September 2019


o Specified handling of unsupported versions in Alt-Svc (#1093,
#1097)

Expand Down Expand Up @@ -3016,16 +3056,6 @@ B.18. Since draft-ietf-quic-http-05

o Expanded text on GOAWAY and cancellation (#757)






Bishop Expires March 15, 2020 [Page 54]

Internet-Draft HTTP/3 September 2019


B.19. Since draft-ietf-quic-http-04

o Cite RFC 5234 (#404)
Expand All @@ -3043,6 +3073,15 @@ B.19. Since draft-ietf-quic-http-04

o DATA frames cannot be empty (#700)





Bishop Expires March 15, 2020 [Page 55]

Internet-Draft HTTP/3 September 2019


B.20. Since draft-ietf-quic-http-03

None.
Expand Down Expand Up @@ -3074,14 +3113,6 @@ B.22. Since draft-ietf-quic-http-01

o 0-RTT guidance added




Bishop Expires March 15, 2020 [Page 55]

Internet-Draft HTTP/3 September 2019


o Guide to differences from HTTP/2 and porting HTTP/2 extensions
added (#127,#242)

Expand All @@ -3100,6 +3131,13 @@ B.23. Since draft-ietf-quic-http-00

o Described CONNECT pseudo-method (#95)



Bishop Expires March 15, 2020 [Page 56]

Internet-Draft HTTP/3 September 2019


o Updated ALPN token and Alt-Svc guidance (#13,#87)

o Application-layer-defined error codes (#19,#74)
Expand Down Expand Up @@ -3133,4 +3171,22 @@ Author's Address



Bishop Expires March 15, 2020 [Page 56]


















Bishop Expires March 15, 2020 [Page 57]

0 comments on commit cce804c

Please sign in to comment.