Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove double buffer in http.IncomingMessage #148

Open
mcollina opened this issue Feb 9, 2024 · 0 comments
Open

Remove double buffer in http.IncomingMessage #148

mcollina opened this issue Feb 9, 2024 · 0 comments

Comments

@mcollina
Copy link
Member

mcollina commented Feb 9, 2024

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.

This might be too breaking.

#147

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

No branches or pull requests

1 participant