Skip to content

Commit 49f6791

Browse files
Update src/Servers/Kestrel/Core/src/Internal/Http3/Http3Stream.cs
Co-authored-by: Brennan <[email protected]>
1 parent 5024214 commit 49f6791

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,9 @@ private void CompleteStream(bool errored)
571571

572572
TryClose();
573573
}
574+
574575
RequestBodyPipe.Reader.Complete();
576+
575577
_http3Output.Complete();
576578

577579
// Stream will be pooled after app completed.

0 commit comments

Comments
 (0)