We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 580cbae commit f214157Copy full SHA for f214157
src/Servers/Kestrel/Core/src/Internal/Http3/Http3ControlStream.cs
@@ -184,6 +184,7 @@ public async Task ProcessRequestAsync<TContext>(IHttpApplication<TContext> appli
184
await HandleEncodingDecodingTask();
185
break;
186
default:
187
+ // https://quicwg.org/base-drafts/draft-ietf-quic-http.html#section-6.2-6
188
throw new Http3StreamErrorException(CoreStrings.FormatHttp3ControlStreamErrorUnsupportedType(_headerType), Http3ErrorCode.StreamCreationError);
189
}
190
0 commit comments