Skip to content

Commit 7deb076

Browse files
committed
Loosen prohibition on unknown stream types further
1 parent 9d5a550 commit 7deb076

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

draft-ietf-quic-http.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -503,10 +503,10 @@ unknown. Recipients of unknown stream types MAY trigger a QUIC STOP_SENDING
503503
frame with an error code of HTTP_UNKNOWN_STREAM_TYPE, but MUST NOT consider such
504504
streams to be an error of any kind.
505505

506-
Implementations SHOULD NOT send stream types the peer is not already known to
507-
support. Stream types which could modify the state or semantics of existing
508-
protocol components, including QPACK or other extensions, MUST NOT be sent until
509-
the peer is known to support them.
506+
Implementations MAY send stream types before knowing whether the peer supports
507+
them. However, stream types which could modify the state or semantics of
508+
existing protocol components, including QPACK or other extensions, MUST NOT be
509+
sent until the peer is known to support them.
510510

511511
### Reserved Stream Types {#stream-grease}
512512

0 commit comments

Comments
 (0)