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 71aaedc commit 0fa84bcCopy full SHA for 0fa84bc
src/Servers/Kestrel/Core/src/Internal/Http3/Http3ControlStream.cs
@@ -48,7 +48,7 @@ public Http3ControlStream(Http3StreamContext context)
48
_headerType = -1;
49
50
_frameWriter = new Http3FrameWriter(
51
- _context.Transport.Output,
+ context.Transport.Output,
52
context.StreamContext,
53
context.TimeoutControl,
54
httpLimits.MinResponseDataRate,
0 commit comments