httprb / http

HTTP (The Gem! a.k.a. http.rb) - a fast Ruby HTTP client with a chainable API, streaming support, and timeouts
MIT License
3.01k stars 321 forks source link

consider switching from http-parser to llhttp #658

Closed brodock closed 3 years ago

brodock commented 3 years ago

http-parser is considered unmaintained. On their repository they suggest people move to llhttp.

There is a ruby binding for it in https://github.com/metabahn/llhttp, linked from the original project https://llhttp.org/

brodock commented 3 years ago

it seems this was actually done as per: https://github.com/httprb/http/pull/651, but readme still mentions http-parser

tarcieri commented 3 years ago

It's been merged but not released. It'd be great to get the README updated.

tarcieri commented 3 years ago

README updated