File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -882,7 +882,7 @@ the cause of a connection or stream error.
882
882
The following error codes are defined for use in QUIC RST_STREAM and
883
883
APPLICATION_CLOSE frames when using HTTP/QUIC.
884
884
885
- Reserved (0x00) :
885
+ STOPPING (0x00) :
886
886
: This value is reserved by the transport to be used in response to QUIC
887
887
STOP_SENDING frames.
888
888
@@ -1306,7 +1306,7 @@ The entries in the following table are registered by this document.
1306
1306
|-----------------------------------|--------|----------------------------------------|----------------------|
1307
1307
| Name | Code | Description | Specification |
1308
1308
|-----------------------------------|--------|----------------------------------------|----------------------|
1309
- | (reserved) | 0x00 | Reserved by transport | {{http-error-codes}} |
1309
+ | STOPPING | 0x00 | Reserved by QUIC | {{QUIC-TRANSPORT}} |
1310
1310
| HTTP_NO_ERROR | 0x01 | No error | {{http-error-codes}} |
1311
1311
| HTTP_PUSH_REFUSED | 0x02 | Client refused pushed content | {{http-error-codes}} |
1312
1312
| HTTP_INTERNAL_ERROR | 0x03 | Internal error | {{http-error-codes}} |
Original file line number Diff line number Diff line change @@ -3144,8 +3144,8 @@ APPLICATION_CLOSE ({{frame-application-close}}) frames.
3144
3144
3145
3145
There is no restriction on the use of the 16-bit error code space for
3146
3146
application protocols. However, QUIC reserves the error code with a value of 0
3147
- for use in RST_STREAM . An application error code of 0 is used by QUIC to cancel
3148
- a stream in response to receipt of a STOP_SENDING frame.
3147
+ to mean STOPPING . The application error code of STOPPING (0) is used by the
3148
+ transport to cancel a stream in response to receipt of a STOP_SENDING frame.
3149
3149
3150
3150
3151
3151
# Security and Privacy Considerations
You can’t perform that action at this time.
0 commit comments