Skip to content

Commit bdafb7a

Browse files
committed
Cleanup
1 parent 9f13df2 commit bdafb7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Servers/Kestrel/Transport.Sockets/src/SocketConnectionContextFactory.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ public ConnectionContext Create(Socket socket, SocketConnectionOptions options)
2626
options.SenderPool,
2727
options.InputOptions,
2828
options.OutputOptions,
29-
waitForData: options.WaitForDataBeforeAllocatingBuffer);
29+
options.WaitForDataBeforeAllocatingBuffer);
3030
}
3131
}

0 commit comments

Comments
 (0)