-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
fix(server): prohibit the length headers on successful CONNECT #1784
fix(server): prohibit the length headers on successful CONNECT #1784
Conversation
Thanks! Out of curiosity, do you know if the additional branches affect performance much? Likely the ones with least noise are in |
The benchmark result on my environment: master:
this PR:
|
Oh yea, so it does affect slightly |
bfe48c9
to
f9073a9
Compare
Fixed the patch to make the number of branch to be the same as the original. benchmark resultmaster:
this PR:
|
Thanks! |
fixes #1783.