Skip to content

Commit 0fa84bc

Browse files
committed
Clean up
1 parent 71aaedc commit 0fa84bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public Http3ControlStream(Http3StreamContext context)
4848
_headerType = -1;
4949

5050
_frameWriter = new Http3FrameWriter(
51-
_context.Transport.Output,
51+
context.Transport.Output,
5252
context.StreamContext,
5353
context.TimeoutControl,
5454
httpLimits.MinResponseDataRate,

0 commit comments

Comments
 (0)