Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

parser: gzip/deflate support #110

Merged
merged 9 commits into from
Oct 9, 2024

Conversation

ashtum
Copy link
Collaborator

@ashtum ashtum commented Oct 7, 2024

No description provided.

@cppalliance-bot
Copy link

Antora version: an automated preview of the documentation is available at https://110.http-proto.prtest.cppalliance.org/site/index.html

@ashtum ashtum force-pushed the pr/parser-zlib-support branch 2 times, most recently from ac2e824 to 3556a8d Compare October 7, 2024 20:34
@cppalliance-bot
Copy link

Antora version: an automated preview of the documentation is available at https://110.http-proto.prtest.cppalliance.org/site/index.html

@cppalliance-bot
Copy link

Antora version: an automated preview of the documentation is available at https://110.http-proto.prtest.cppalliance.org/site/index.html

@ashtum ashtum force-pushed the pr/parser-zlib-support branch from 3556a8d to e57708d Compare October 7, 2024 20:50
@cppalliance-bot
Copy link

Antora version: an automated preview of the documentation is available at https://110.http-proto.prtest.cppalliance.org/site/index.html

1 similar comment
MutableBuffers const& out,
ConstBuffers const& in,
MutableBufferSequence const& out,
ConstBufferSequence const& in,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do Asio-style buffer sequences work when passed to this?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, except here we are using buffers::begin and buffers::end. By the way, the filter is an implementation detail, so a user-passed buffer sequence would never encounter it directly.

@cppalliance-bot
Copy link

Antora version: an automated preview of the documentation is available at https://110.http-proto.prtest.cppalliance.org/site/index.html

@cppalliance-bot
Copy link

Antora version: an automated preview of the documentation is available at https://110.http-proto.prtest.cppalliance.org/site/index.html

1 similar comment
@cppalliance-bot
Copy link

Antora version: an automated preview of the documentation is available at https://110.http-proto.prtest.cppalliance.org/site/index.html

@ashtum ashtum force-pushed the pr/parser-zlib-support branch from 4387314 to e2c8fca Compare October 8, 2024 17:53
@cppalliance-bot
Copy link

Antora version: an automated preview of the documentation is available at https://110.http-proto.prtest.cppalliance.org/site/index.html

1 similar comment
@ashtum ashtum force-pushed the pr/parser-zlib-support branch 2 times, most recently from 26dc76e to 627902a Compare October 8, 2024 18:32
@cppalliance-bot
Copy link

Antora version: an automated preview of the documentation is available at https://110.http-proto.prtest.cppalliance.org/site/index.html

@ashtum ashtum force-pushed the pr/parser-zlib-support branch from 627902a to 4dec23d Compare October 8, 2024 18:58
@cppalliance-bot
Copy link

Antora version: an automated preview of the documentation is available at https://110.http-proto.prtest.cppalliance.org/site/index.html

@ashtum ashtum force-pushed the pr/parser-zlib-support branch from 4dec23d to 968b522 Compare October 8, 2024 19:21
@cppalliance-bot
Copy link

Antora version: an automated preview of the documentation is available at https://110.http-proto.prtest.cppalliance.org/site/index.html

@ashtum ashtum force-pushed the pr/parser-zlib-support branch from 968b522 to d498600 Compare October 8, 2024 20:01
@cppalliance-bot
Copy link

Antora version: an automated preview of the documentation is available at https://110.http-proto.prtest.cppalliance.org/site/index.html

@cppalliance-bot
Copy link

Antora version: an automated preview of the documentation is available at https://110.http-proto.prtest.cppalliance.org/site/index.html

@cppalliance-bot
Copy link

Antora version: an automated preview of the documentation is available at https://110.http-proto.prtest.cppalliance.org/site/index.html

@ashtum ashtum force-pushed the pr/parser-zlib-support branch 4 times, most recently from c85f035 to 647e2ba Compare October 9, 2024 09:14
@cppalliance-bot
Copy link

Antora version: an automated preview of the documentation is available at https://110.http-proto.prtest.cppalliance.org/site/index.html

@ashtum ashtum force-pushed the pr/parser-zlib-support branch from 647e2ba to bbb757c Compare October 9, 2024 09:21
@ashtum ashtum force-pushed the pr/parser-zlib-support branch from bbb757c to 8672f7d Compare October 9, 2024 09:24
@cppalliance-bot
Copy link

Antora version: an automated preview of the documentation is available at https://110.http-proto.prtest.cppalliance.org/site/index.html

@ashtum ashtum force-pushed the pr/parser-zlib-support branch from 8672f7d to fc3288d Compare October 9, 2024 09:26
@cppalliance-bot
Copy link

Antora version: an automated preview of the documentation is available at https://110.http-proto.prtest.cppalliance.org/site/index.html

@cppalliance-bot
Copy link

Antora version: an automated preview of the documentation is available at https://110.http-proto.prtest.cppalliance.org/site/index.html

@ashtum ashtum merged commit 889ec29 into cppalliance:develop Oct 9, 2024
58 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants