llhttp
llhttp copied to clipboard
Ruby bindings for llhttp.
Results
2
llhttp issues
Sort by
recently updated
recently updated
newest added
Replace `require_relative "../llhttp_ext"` by `require "llhttp_ext"` to load the native extension. This improves compatibility with Bundler and RubyGems, especially in environments using `bundle install --standalone` or other setups where the...
### Environment - **OS:** Rocky Linux 8.10 - **Ruby:** `3.1.4`, rubygems `3.3.26` - **Gems:** bundler `2.4.22`, lhttp `0.6.1` ### Problem The gem currently uses `require_relative "../llhttp_ext"` to load its native...