http_proto icon indicating copy to clipboard operation
http_proto copied to clipboard

HTTP/1 parsing and serialization algorithms using C++11

Results 54 http_proto issues
Sort by recently updated
recently updated
newest added

In these files, https://github.com/cppalliance/http_proto/blob/develop/doc/build_antora.sh https://github.com/cppalliance/http_proto/blob/develop/doc/local-playbook.yml It's hardcoded to download from the `master` branch: `url: https://github.com/boostorg/website-v2-docs/releases/download/ui-master/ui-bundle.zip` Can this dynamically switch to the `develop` branch...

Some fields in `metadata ` such as the counts for various fields use `std::size_t` which is definitely overkill in both 32 and 64 bit builds.

Feature

fields look like they validate function arguments, but the start lines don't have any validation. You can for example call `set_start_line` with an empty path and I believe this creates...

It looks like it is used to modify the container. It allocates memory... although, it might not ever allocate when it is used in the context of parsing, since parsing...

Docs