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
http.IncomingMessage is an instance of Readable, which does buffering. However the data is coming from a socket, which also does buffering. If we could remove the Readable buffering, we could remove quite a bit of overhead.
http.IncomingMessage
is an instance ofReadable
, which does buffering. However the data is coming from a socket, which also does buffering. If we could remove theReadable
buffering, we could remove quite a bit of overhead.This might be too breaking.
#147
The text was updated successfully, but these errors were encountered: