File tree Expand file tree Collapse file tree 1 file changed +16
-3
lines changed Expand file tree Collapse file tree 1 file changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -925,8 +925,21 @@ The original authors of this specification were Robbie Shade and Mike Warres.
925
925
926
926
# # Since draft-ietf-quic-http-01:
927
927
928
- - SETTINGS can be sent only one at the start of a connection. SETTINGS_ACK
929
- removed.
928
+ - SETTINGS changes :
929
+
930
+ - SETTINGS can be sent only once at the start of a connection; no changes
931
+ - SETTINGS_ACK removed
932
+ - Settings can only occur in the SETTINGS frame a single time
933
+ - Boolean format updated
934
+
935
+ - Alt-Svc parameter changed from "v" to "quic"; format updated
936
+
937
+ - Closing the connection control stream or any message control stream is a
938
+ fatal error
939
+
940
+ - HPACK Sequence counter can wrap
941
+
942
+ - 0-RTT guidance added
930
943
931
944
# # Since draft-ietf-quic-http-00:
932
945
@@ -937,7 +950,7 @@ The original authors of this specification were Robbie Shade and Mike Warres.
937
950
938
951
- Adopted SETTINGS format from draft-bishop-httpbis-extended-settings-01
939
952
940
- - Reworked SETTINGS_ACK to account for indeterminate inter-stream order.
953
+ - Reworked SETTINGS_ACK to account for indeterminate inter-stream order
941
954
942
955
- Described CONNECT pseudo-method
943
956
You can’t perform that action at this time.
0 commit comments