An HTTP/3 implementation can immediately close the QUIC connection at
any time. This results in sending a QUIC CONNECTION_CLOSE frame to
the peer; the error code in this frame indicates to the peer why the
connection is being closed.
This doesn't specifically tie down H3-initiated closure to only use the application variant of CONNECTION_CLOSE (0x1d). This gets a bit strange when combined with later guidance to use H3 error codes or treat unknown error codes as H3_NO_ERROR
The text was updated successfully, but these errors were encountered:
Draft 25 section 5.3 says:
This doesn't specifically tie down H3-initiated closure to only use the application variant of CONNECTION_CLOSE (0x1d). This gets a bit strange when combined with later guidance to use H3 error codes or treat unknown error codes as
H3_NO_ERRORThe text was updated successfully, but these errors were encountered: