llhttp
llhttp copied to clipboard
Port of http_parser to llparse
We have a number of user reports in aiohttp where they encounter an "invalid character in header" error. Please correct me if any of this is already possible (I was...
Hi, while writing LuaJIT bindings for this library I noticed something peculiar: * In [this merged PR](https://github.com/nodejs/llhttp/pull/142/files) certain wasm APIs were made public *in the header file only* * The...
@Trott Your review please.
Hello! Could you tell us about llhttp linux compilation possibility?
Hi! I am sending video file via FormData() using XmlHttpRequest(). Could you provide some details on how to obtain file back on the server side in C if there is...
Hi, It looks like a function is missing in export because in the symbol table this function isn't present. ``` $ nm /usr/local/lib/libllhttp.so | grep llhttp_get 0000000000007002 T llhttp_get_errno 0000000000007010...
Pretty much the title question. I'm working on a memory constrained environment, so saving some bytes by reusing this struct would be great. All parsers would have the same settings,...
### Version nodejs :17.8.0 ### Platform linux nodejs docker ### Subsystem node http ### What steps will reproduce the bug? ### Dockerfile ```Dockerfile FROM node # Create app directory WORKDIR...
Install commands in Makefile does not use -D to create prefix directories when they do not exist. Adding that makes install more user friendly, when user's pass in their own...