-
Notifications
You must be signed in to change notification settings - Fork 10.6k
Kernel response buffering #5852
Copy link
Copy link
Closed
Labels
Perfarea-networkingIncludes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractionsIncludes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractionsenhancementThis issue represents an ask for new feature or an enhancement to an existing oneThis issue represents an ask for new feature or an enhancement to an existing onefeature-httpsys
Metadata
Metadata
Assignees
Labels
Perfarea-networkingIncludes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractionsIncludes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractionsenhancementThis issue represents an ask for new feature or an enhancement to an existing oneThis issue represents an ask for new feature or an enhancement to an existing onefeature-httpsys
Type
Fields
Give feedbackNo fields configured for issues without a type.
Http.Sys supports internal response buffering for better response performance. WebSockets already enables this by default. However, enabling this prevents the developer from doing multiple concurrent writes.
Consider enabling this by default, and allowing it to be configured per server and/or per-request.