llhttp
llhttp copied to clipboard
Port of http_parser to llparse
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.4.0 to 6.0.0. Release notes Sourced from actions/setup-node's releases. v6.0.0 What's Changed Breaking Changes Limit automatic caching to npm, update workflows and documentation by @priyagupta108 in actions/setup-node#1374...
Bumps node from 24-alpine to 25-alpine. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps [@stylistic/eslint-plugin](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin) from 5.2.2 to 5.5.0. Release notes Sourced from @stylistic/eslint-plugin's releases. v5.5.0 5.5.0 (2025-10-18) Features comma-dangle: support TSFunctionType and TSDeclareFunction (#1015) (cd3776f) comma-dangle: support TSTypeParameterInstantiation (#1016) (ba930e7) indent: deprecate...
I had an idea for a concept I wrote with python but I wanted to ask if any of the node-js contributors or maintainers wanted to try implementing a frame-parser...
the youtube vid and README notes a lot of speed improvements with this new refactor. Are there any details about the size comparison? Typically, speed can come at the cost...
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.3 to 4.3.0. Release notes Sourced from actions/cache's releases. v4.3.0 What's Changed Add note on runner versions by @GhadimiR in actions/cache#1642 Prepare v4.3.0 release by @Link- in...
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 5.0.0. Release notes Sourced from actions/checkout's releases. v5.0.0 What's Changed Update actions checkout to use node 24 by @salmanmkc in actions/checkout#2226 Prepare v5.0.0 release by...
This is an PoC for fixing https://github.com/nodejs/llhttp/issues/717. It shouldn't be merged as-is, since it isn't cross-platform.
When building a shared libllhttp library (using cmake), the list of exported symbols (attached) contains a lot of llhttp__internal__c* symbols. I suppose these should not be exported, i.e. be protected...