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 6cd8064 commit 3813105Copy full SHA for 3813105
src/Servers/Kestrel/Core/src/Internal/Http3/Http3ControlStream.cs
@@ -185,6 +185,7 @@ public async Task ProcessRequestAsync<TContext>(IHttpApplication<TContext> appli
185
await HandleEncodingDecodingTask();
186
break;
187
default:
188
+ // https://quicwg.org/base-drafts/draft-ietf-quic-http.html#section-6.2-6
189
throw new Http3StreamErrorException(CoreStrings.FormatHttp3ControlStreamErrorUnsupportedType(_headerType), Http3ErrorCode.StreamCreationError);
190
}
191
0 commit comments