Skip to content

Commit f214157

Browse files
committed
Comment
1 parent 580cbae commit f214157

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Servers/Kestrel/Core/src/Internal/Http3/Http3ControlStream.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ public async Task ProcessRequestAsync<TContext>(IHttpApplication<TContext> appli
184184
await HandleEncodingDecodingTask();
185185
break;
186186
default:
187+
// https://quicwg.org/base-drafts/draft-ietf-quic-http.html#section-6.2-6
187188
throw new Http3StreamErrorException(CoreStrings.FormatHttp3ControlStreamErrorUnsupportedType(_headerType), Http3ErrorCode.StreamCreationError);
188189
}
189190
}

0 commit comments

Comments
 (0)