Skip to content

Use boost.http encoder/decoder services - #46

Merged
ashtum merged 5 commits into
cppalliance:developfrom
ashtum:work
Aug 26, 2026
Merged

Use boost.http encoder/decoder services#46
ashtum merged 5 commits into
cppalliance:developfrom
ashtum:work

Conversation

@ashtum

@ashtum ashtum commented Aug 25, 2026

Copy link
Copy Markdown
Collaborator

No description provided.

@cppalliance-bot

cppalliance-bot commented Aug 25, 2026

Copy link
Copy Markdown

An automated preview of the documentation is available at https://46.burl.prtest3.cppalliance.org/index.html

If more commits are pushed to the pull request, the docs will rebuild at the same URL.

2026-08-26 08:23:31 UTC

@ashtum ashtum linked an issue Aug 25, 2026 that may be closed by this pull request
@codecov

codecov Bot commented Aug 25, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 95.65217% with 5 lines in your changes missing coverage. Please review.
✅ Project coverage is 99.21%. Comparing base (88d9a7c) to head (a0b83d3).

Files with missing lines Patch % Lines
src/detail/decoders.cpp 92.00% 4 Missing ⚠️
include/boost/burl/parser.hpp 93.75% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #46      +/-   ##
===========================================
- Coverage    99.26%   99.21%   -0.05%     
===========================================
  Files           66       67       +1     
  Lines         3920     3952      +32     
===========================================
+ Hits          3891     3921      +30     
- Misses          29       31       +2     
Flag Coverage Δ
linux 99.21% <95.65%> (-0.05%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
include/boost/burl/client.hpp 100.00% <ø> (ø)
include/boost/burl/detail/decoder.hpp 100.00% <100.00%> (ø)
include/boost/burl/error.hpp 100.00% <ø> (ø)
include/boost/burl/message_reader.hpp 100.00% <ø> (ø)
include/boost/burl/response.hpp 100.00% <ø> (ø)
include/boost/burl/test/response_factory.hpp 98.21% <100.00%> (ø)
src/client.cpp 100.00% <100.00%> (ø)
src/detail/circular_buffer.cpp 100.00% <100.00%> (ø)
src/detail/send_file.cpp 100.00% <ø> (ø)
src/error.cpp 100.00% <ø> (+3.84%) ⬆️
... and 6 more

Continue to review full report in Codecov by Harness.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 88d9a7c...a0b83d3. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@ashtum
ashtum force-pushed the work branch 2 times, most recently from 69ea049 to 978ceb6 Compare August 25, 2026 19:13
@ashtum
ashtum merged commit 0c78b75 into cppalliance:develop Aug 26, 2026
13 checks passed
@github-project-automation github-project-automation Bot moved this from Backlog to Done in Beast2 Aug 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

parser should use boost.http decoder services parser::read_some should take a generic mutable buffer sequence instead of a span

2 participants