-
Notifications
You must be signed in to change notification settings - Fork 13
Refactor deflate/inflate code in serializer and parser #140
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
Refactor deflate/inflate code in serializer and parser #140
Conversation
|
An automated preview of the documentation is available at https://140.http-proto.prtest.cppalliance.org/index.html |
0f65a28 to
d47152f
Compare
|
An automated preview of the documentation is available at https://140.http-proto.prtest.cppalliance.org/index.html |
d47152f to
298eb92
Compare
|
An automated preview of the documentation is available at https://140.http-proto.prtest.cppalliance.org/index.html |
298eb92 to
2bea653
Compare
|
An automated preview of the documentation is available at https://140.http-proto.prtest.cppalliance.org/index.html |
2bea653 to
a1b9548
Compare
|
An automated preview of the documentation is available at https://140.http-proto.prtest.cppalliance.org/index.html |
|
|
||
| class deflate_service_impl | ||
| : public deflate_service | ||
| , public http_proto::service |
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.
@vinniefalco, This doesn't work when rtti is off. That's why I moved it to deflate_service.
When rtti is off we are using static_cast which can't do cross-cast.
a1b9548 to
c111a17
Compare
|
An automated preview of the documentation is available at https://140.http-proto.prtest.cppalliance.org/index.html |
c111a17 to
a6af3c5
Compare
|
An automated preview of the documentation is available at https://140.http-proto.prtest.cppalliance.org/index.html |
c71fe58 to
b781d77
Compare
|
An automated preview of the documentation is available at https://140.http-proto.prtest.cppalliance.org/index.html |
1 similar comment
|
An automated preview of the documentation is available at https://140.http-proto.prtest.cppalliance.org/index.html |
b781d77 to
5ce05a9
Compare
|
An automated preview of the documentation is available at https://140.http-proto.prtest.cppalliance.org/index.html |
No description provided.