Skip to content
This repository has been archived by the owner on Dec 18, 2018. It is now read-only.

Make Kestrel's response buffer limit configurable #1061

Closed
halter73 opened this issue Aug 25, 2016 · 0 comments
Closed

Make Kestrel's response buffer limit configurable #1061

halter73 opened this issue Aug 25, 2016 · 0 comments

Comments

@halter73
Copy link
Member

Kestrel will not return an incomplete task from Response.WriteAsync(), or block on a synchronous Write() call, until 64KB more are buffered. Right now this limit is an internal constant in SocketOutput called _maxBytesPreCompleted. This should be made configurable like MaxRequestBufferSize.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant