-
Notifications
You must be signed in to change notification settings - Fork 29.9k
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
http2: use per-environment buffers #14744
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Woo! thank you! (it's always a happy day when someone takes something off your todo list ;-) ...). This LGTM.
Another possible approach is to make these buffers per-Http2Session but given how they're used, per-Environment works well too. Love the additional code cleanups included
As discussed in the review for nodejs#14239, these buffers should be per-Environment rather than static. PR-URL: nodejs#14744 Reviewed-By: James M Snell <[email protected]>
PR-URL: nodejs#14744 Reviewed-By: James M Snell <[email protected]>
d74ba7e
to
5ea25d2
Compare
As discussed in the review for nodejs#14239, these buffers should be per-Environment rather than static. PR-URL: nodejs#14744 Reviewed-By: James M Snell <[email protected]>
PR-URL: nodejs#14744 Reviewed-By: James M Snell <[email protected]>
As discussed in the review for #14239, these buffers should be per-Environment rather than static. PR-URL: #14744 Reviewed-By: James M Snell <[email protected]>
PR-URL: #14744 Reviewed-By: James M Snell <[email protected]>
As discussed in the review for #14239, these buffers should be per-Environment rather than static.
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passesAffected core subsystem(s)
http2