Skip to content

Commit c302a45

Browse files
committed
We really should just call this STOPPING
1 parent 0ed11a2 commit c302a45

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

draft-ietf-quic-http.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -882,7 +882,7 @@ the cause of a connection or stream error.
882882
The following error codes are defined for use in QUIC RST_STREAM and
883883
APPLICATION_CLOSE frames when using HTTP/QUIC.
884884

885-
Reserved (0x00):
885+
STOPPING (0x00):
886886
: This value is reserved by the transport to be used in response to QUIC
887887
STOP_SENDING frames.
888888

@@ -1306,7 +1306,7 @@ The entries in the following table are registered by this document.
13061306
|-----------------------------------|--------|----------------------------------------|----------------------|
13071307
| Name | Code | Description | Specification |
13081308
|-----------------------------------|--------|----------------------------------------|----------------------|
1309-
| (reserved) | 0x00 | Reserved by transport | {{http-error-codes}} |
1309+
| STOPPING | 0x00 | Reserved by QUIC | {{QUIC-TRANSPORT}} |
13101310
| HTTP_NO_ERROR | 0x01 | No error | {{http-error-codes}} |
13111311
| HTTP_PUSH_REFUSED | 0x02 | Client refused pushed content | {{http-error-codes}} |
13121312
| HTTP_INTERNAL_ERROR | 0x03 | Internal error | {{http-error-codes}} |

draft-ietf-quic-transport.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3144,8 +3144,8 @@ APPLICATION_CLOSE ({{frame-application-close}}) frames.
31443144
31453145
There is no restriction on the use of the 16-bit error code space for
31463146
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.
31493149
31503150
31513151
# Security and Privacy Considerations

0 commit comments

Comments
 (0)