You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HttpServerResponse always writes HTTP header and content separately as two channel writes.
This can be optimized by detecting if the response has zero or one write i.e. when the content-length header is set and is equal to zero OR the length of the content bytes written.
The text was updated successfully, but these errors were encountered:
HttpServerResponse
always writes HTTP header and content separately as two channel writes.This can be optimized by detecting if the response has zero or one write i.e. when the content-length header is set and is equal to zero OR the length of the content bytes written.
The text was updated successfully, but these errors were encountered: