You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is https://github.com/nodejs/llhttp with very similar API (although llhttp is missing the URL parser functions from http-parser), so we could switch to it pretty easily, and it also promises massive perf improvements
The text was updated successfully, but these errors were encountered:
We can vendor it in third_party, and thats what most people who switched do - llhttp has c sources in releases .tar since v6 or smth, so it should be as easy as FetchContent: https://github.com/nodejs/llhttp#using-with-cmake
See nodejs/http-parser#522
There is https://github.com/nodejs/llhttp with very similar API (although llhttp is missing the URL parser functions from http-parser), so we could switch to it pretty easily, and it also promises massive perf improvements
The text was updated successfully, but these errors were encountered: