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.
@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.