-
Notifications
You must be signed in to change notification settings - Fork 322
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
Upgrade header which advertises protocol support being treated as an actual upgrading #422
Comments
👍 |
@tarcieri Considering that http_parser.rb doesn't work on JRuby 9.2.0.0, I think the path forward really is switching to |
Last time I benchmarked a pure Ruby parser versus the Node parser, it was multiple orders of magnitude difference in performance... |
Yeah. my plan was to switch to http-parser but with shim for it (I don't like it's API). |
@tarcieri Yup! |
I have cut 5.0.0 pre release version of gem with switch to updated http parser. This should be fixed now. |
from RFC7230 sec. 6.7:
However, current http.rb treats it as an actual upgrading, and doesn't process response body.
c.f. nodejs/http-parser#363
The text was updated successfully, but these errors were encountered: