-
Notifications
You must be signed in to change notification settings - Fork 10
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
Conversation
Antora version: an automated preview of the documentation is available at https://110.http-proto.prtest.cppalliance.org/site/index.html |
GCOVR code coverage report https://110.http-proto.prtest.cppalliance.org/gcovr/index.html |
ac2e824
to
3556a8d
Compare
Antora version: an automated preview of the documentation is available at https://110.http-proto.prtest.cppalliance.org/site/index.html |
GCOVR code coverage report https://110.http-proto.prtest.cppalliance.org/gcovr/index.html |
Antora version: an automated preview of the documentation is available at https://110.http-proto.prtest.cppalliance.org/site/index.html |
3556a8d
to
e57708d
Compare
Antora version: an automated preview of the documentation is available at https://110.http-proto.prtest.cppalliance.org/site/index.html |
GCOVR code coverage report https://110.http-proto.prtest.cppalliance.org/gcovr/index.html |
1 similar comment
GCOVR code coverage report https://110.http-proto.prtest.cppalliance.org/gcovr/index.html |
MutableBuffers const& out, | ||
ConstBuffers const& in, | ||
MutableBufferSequence const& out, | ||
ConstBufferSequence const& in, |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
Antora version: an automated preview of the documentation is available at https://110.http-proto.prtest.cppalliance.org/site/index.html |
GCOVR code coverage report https://110.http-proto.prtest.cppalliance.org/gcovr/index.html |
Antora version: an automated preview of the documentation is available at https://110.http-proto.prtest.cppalliance.org/site/index.html |
1 similar comment
Antora version: an automated preview of the documentation is available at https://110.http-proto.prtest.cppalliance.org/site/index.html |
4387314
to
e2c8fca
Compare
Antora version: an automated preview of the documentation is available at https://110.http-proto.prtest.cppalliance.org/site/index.html |
GCOVR code coverage report https://110.http-proto.prtest.cppalliance.org/gcovr/index.html |
1 similar comment
GCOVR code coverage report https://110.http-proto.prtest.cppalliance.org/gcovr/index.html |
26dc76e
to
627902a
Compare
Antora version: an automated preview of the documentation is available at https://110.http-proto.prtest.cppalliance.org/site/index.html |
627902a
to
4dec23d
Compare
Antora version: an automated preview of the documentation is available at https://110.http-proto.prtest.cppalliance.org/site/index.html |
GCOVR code coverage report https://110.http-proto.prtest.cppalliance.org/gcovr/index.html |
4dec23d
to
968b522
Compare
Antora version: an automated preview of the documentation is available at https://110.http-proto.prtest.cppalliance.org/site/index.html |
GCOVR code coverage report https://110.http-proto.prtest.cppalliance.org/gcovr/index.html |
968b522
to
d498600
Compare
Antora version: an automated preview of the documentation is available at https://110.http-proto.prtest.cppalliance.org/site/index.html |
GCOVR code coverage report https://110.http-proto.prtest.cppalliance.org/gcovr/index.html |
Antora version: an automated preview of the documentation is available at https://110.http-proto.prtest.cppalliance.org/site/index.html |
GCOVR code coverage report https://110.http-proto.prtest.cppalliance.org/gcovr/index.html |
Antora version: an automated preview of the documentation is available at https://110.http-proto.prtest.cppalliance.org/site/index.html |
c85f035
to
647e2ba
Compare
Antora version: an automated preview of the documentation is available at https://110.http-proto.prtest.cppalliance.org/site/index.html |
647e2ba
to
bbb757c
Compare
GCOVR code coverage report https://110.http-proto.prtest.cppalliance.org/gcovr/index.html |
bbb757c
to
8672f7d
Compare
Antora version: an automated preview of the documentation is available at https://110.http-proto.prtest.cppalliance.org/site/index.html |
8672f7d
to
fc3288d
Compare
Antora version: an automated preview of the documentation is available at https://110.http-proto.prtest.cppalliance.org/site/index.html |
GCOVR code coverage report https://110.http-proto.prtest.cppalliance.org/gcovr/index.html |
Antora version: an automated preview of the documentation is available at https://110.http-proto.prtest.cppalliance.org/site/index.html |
GCOVR code coverage report https://110.http-proto.prtest.cppalliance.org/gcovr/index.html |
No description provided.