llhttp icon indicating copy to clipboard operation
llhttp copied to clipboard

Port of http_parser to llparse

Results 100 llhttp issues
Sort by recently updated
recently updated
newest added

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...

dependencies
github_actions

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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=24.2.0&new-version=24.9.1)](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`. [//]: #...

dependencies
javascript

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...

dependencies
javascript

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...

dependencies
javascript

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...

dependencies
javascript

`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...

dependencies
github_actions

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:...

dependencies
javascript