cppalliance / http_proto

HTTP/1 parsing and serialization algorithms using C++11
https://develop.http-proto.cpp.al/
Boost Software License 1.0
23 stars 10 forks source link

fields/message max size #76

Closed cmazakas closed 5 months ago

cmazakas commented 6 months ago

closes https://github.com/cppalliance/http_proto/issues/68

codecov[bot] commented 6 months ago

Codecov Report

Attention: Patch coverage is 95.16129% with 3 lines in your changes are missing coverage. Please review.

Project coverage is 88.22%. Comparing base (39a71bf) to head (65c7ce0). Report is 2 commits behind head on develop.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/cppalliance/http_proto/pull/76/graphs/tree.svg?width=650&height=150&src=pr&token=IoZbqjUnBr&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cppalliance)](https://app.codecov.io/gh/cppalliance/http_proto/pull/76?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cppalliance) ```diff @@ Coverage Diff @@ ## develop #76 +/- ## =========================================== + Coverage 88.09% 88.22% +0.12% =========================================== Files 78 78 Lines 4260 4314 +54 =========================================== + Hits 3753 3806 +53 - Misses 507 508 +1 ``` | [Files](https://app.codecov.io/gh/cppalliance/http_proto/pull/76?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cppalliance) | Coverage Δ | | |---|---|---| | [include/boost/http\_proto/detail/align\_up.hpp](https://app.codecov.io/gh/cppalliance/http_proto/pull/76?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cppalliance#diff-aW5jbHVkZS9ib29zdC9odHRwX3Byb3RvL2RldGFpbC9hbGlnbl91cC5ocHA=) | `100.00% <ø> (ø)` | | | [include/boost/http\_proto/detail/header.hpp](https://app.codecov.io/gh/cppalliance/http_proto/pull/76?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cppalliance#diff-aW5jbHVkZS9ib29zdC9odHRwX3Byb3RvL2RldGFpbC9oZWFkZXIuaHBw) | `100.00% <100.00%> (ø)` | | | [include/boost/http\_proto/fields.hpp](https://app.codecov.io/gh/cppalliance/http_proto/pull/76?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cppalliance#diff-aW5jbHVkZS9ib29zdC9odHRwX3Byb3RvL2ZpZWxkcy5ocHA=) | `100.00% <ø> (ø)` | | | [include/boost/http\_proto/fields\_base.hpp](https://app.codecov.io/gh/cppalliance/http_proto/pull/76?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cppalliance#diff-aW5jbHVkZS9ib29zdC9odHRwX3Byb3RvL2ZpZWxkc19iYXNlLmhwcA==) | `100.00% <100.00%> (ø)` | | | [include/boost/http\_proto/fields\_view\_base.hpp](https://app.codecov.io/gh/cppalliance/http_proto/pull/76?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cppalliance#diff-aW5jbHVkZS9ib29zdC9odHRwX3Byb3RvL2ZpZWxkc192aWV3X2Jhc2UuaHBw) | `100.00% <ø> (ø)` | | | [include/boost/http\_proto/message\_base.hpp](https://app.codecov.io/gh/cppalliance/http_proto/pull/76?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cppalliance#diff-aW5jbHVkZS9ib29zdC9odHRwX3Byb3RvL21lc3NhZ2VfYmFzZS5ocHA=) | `100.00% <100.00%> (ø)` | | | [include/boost/http\_proto/request.hpp](https://app.codecov.io/gh/cppalliance/http_proto/pull/76?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cppalliance#diff-aW5jbHVkZS9ib29zdC9odHRwX3Byb3RvL3JlcXVlc3QuaHBw) | `97.36% <ø> (ø)` | | | [include/boost/http\_proto/response.hpp](https://app.codecov.io/gh/cppalliance/http_proto/pull/76?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cppalliance#diff-aW5jbHVkZS9ib29zdC9odHRwX3Byb3RvL3Jlc3BvbnNlLmhwcA==) | `100.00% <ø> (ø)` | | | [src/detail/header.cpp](https://app.codecov.io/gh/cppalliance/http_proto/pull/76?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cppalliance#diff-c3JjL2RldGFpbC9oZWFkZXIuY3Bw) | `94.01% <100.00%> (+0.01%)` | :arrow_up: | | [src/fields.cpp](https://app.codecov.io/gh/cppalliance/http_proto/pull/76?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cppalliance#diff-c3JjL2ZpZWxkcy5jcHA=) | `100.00% <100.00%> (ø)` | | | ... and [3 more](https://app.codecov.io/gh/cppalliance/http_proto/pull/76?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cppalliance) | | ... and [6 files with indirect coverage changes](https://app.codecov.io/gh/cppalliance/http_proto/pull/76/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cppalliance) ------ [Continue to review full report in Codecov by Sentry](https://app.codecov.io/gh/cppalliance/http_proto/pull/76?dropdown=coverage&src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cppalliance). > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cppalliance) > `Δ = absolute (impact)`, `ø = not affected`, `? = missing data` > Powered by [Codecov](https://app.codecov.io/gh/cppalliance/http_proto/pull/76?dropdown=coverage&src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cppalliance). Last update [39a71bf...65c7ce0](https://app.codecov.io/gh/cppalliance/http_proto/pull/76?dropdown=coverage&src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cppalliance). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cppalliance).
cppalliance-bot commented 6 months ago

GCOVR code coverage report https://76.http-proto.prtest.cppalliance.org/gcovr/index.html
LCOV code coverage report https://76.http-proto.prtest.cppalliance.org/genhtml/index.html Coverage Diff https://76.http-proto.prtest.cppalliance.org/gcovr/coverage_diff.txt

cppalliance-bot commented 6 months ago

GCOVR code coverage report https://76.http-proto.prtest.cppalliance.org/gcovr/index.html
LCOV code coverage report https://76.http-proto.prtest.cppalliance.org/genhtml/index.html Coverage Diff https://76.http-proto.prtest.cppalliance.org/gcovr/coverage_diff.txt