tmm1 / http_parser.rb

simple callback-based HTTP request/response parser
MIT License
200 stars 43 forks source link

please upgrade for Upgrade: header #64

Open doriantaylor opened 5 years ago

doriantaylor commented 5 years ago

Looks like the upstream C parser fixed a bug recently in HTTP/2 upgrade advertisements that was causing on_body to never be called. All that is needed to fix here is to pull a newer version of nodejs/http-parser. I have already tried this and it works.

(Found by way of em-http-request#333)

tmm1 commented 4 years ago

Is anyone interested in taking over maintenance of this project?