Skip to content

Commit 3813105

Browse files
committed
Comment
1 parent 6cd8064 commit 3813105

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
@@ -185,6 +185,7 @@ public async Task ProcessRequestAsync<TContext>(IHttpApplication<TContext> appli
185185
await HandleEncodingDecodingTask();
186186
break;
187187
default:
188+
// https://quicwg.org/base-drafts/draft-ietf-quic-http.html#section-6.2-6
188189
throw new Http3StreamErrorException(CoreStrings.FormatHttp3ControlStreamErrorUnsupportedType(_headerType), Http3ErrorCode.StreamCreationError);
189190
}
190191
}

0 commit comments

Comments
 (0)