Skip to content

Commit 897e275

Browse files
committed
revert window size
1 parent a18df76 commit 897e275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Servers/Kestrel/Core/src/Internal/Http2/Http2Stream.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public Http2Stream(Http2StreamContext context)
5757
this,
5858
context.ServiceContext.Log);
5959

60-
RequestBodyPipe = CreateRequestBodyPipe(int.MaxValue); // TODO Once corefx is updated remove this
60+
RequestBodyPipe = CreateRequestBodyPipe(context.ServerPeerSettings.InitialWindowSize);
6161
Output = _http2Output;
6262
}
6363

0 commit comments

Comments
 (0)