llhttp
llhttp copied to clipboard
Port of http_parser to llparse
CMake options appear to have global scope so some kind of namespacing might be worth doing. It conflicts with the libcurl option here: https://github.com/curl/curl/blob/2ade14b6668892e42cf0c5a293bed4bc09d83805/CMakeLists.txt#L214
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.29.11 to 4.31.0. Release notes Sourced from github/codeql-action's releases. v4.31.0 CodeQL Action Changelog See the releases page for the relevant changes to the CodeQL CLI and language...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 24.2.0 to 24.9.1. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: #...
Bumps [eslint](https://github.com/eslint/eslint) from 9.32.0 to 9.38.0. Release notes Sourced from eslint's releases. v9.38.0 Features ce40f74 feat: update complexity rule to only highlight function header (#20048) (Atul Nair) e37e590 feat: correct...
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.0 to 4.1.1. Changelog Sourced from js-yaml's changelog. [4.1.1] - 2025-11-12 Security Fix prototype pollution issue in yaml merge (<<) operator. Commits cc482e7 4.1.1 released 50968b8 dist...
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.8.3 to 5.9.3. Release notes Sourced from typescript's releases. TypeScript 5.9.3 Note: this tag was recreated to point at the correct commit. The npm package contained the...
`rm -rf` seems to be used - which is not portable to windows. The windows build instructions suggest `npm ci` which will run the clean command and break. other places...
There has been an ongoing issue for users using Windows who try and compile llhttp where the remove command `rm` wouldn't work (because it doesn't exist on windows) so I...
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.6.0 to 6.0.0. Release notes Sourced from actions/setup-python's releases. v6.0.0 What's Changed Breaking Changes Upgrade to node 24 by @salmanmkc in actions/setup-python#1164 Make sure your runner is...
Bumps [tsx](https://github.com/privatenumber/tsx) from 4.19.4 to 4.20.6. Release notes Sourced from tsx's releases. v4.20.6 4.20.6 (2025-09-26) Bug Fixes properly hide relaySignal from process.listeners() (#741) (710a424) This release is also available on:...