mirror of
https://github.com/boostorg/beast.git
synced 2026-08-04 04:24:10 +02:00
Avoid tyecast warnings in inflate_with_eb
This commit is contained in:
@@ -46,7 +46,7 @@ struct impl_base<true>
|
||||
{
|
||||
// `true` if current read message is compressed
|
||||
bool rd_set = false;
|
||||
std::uint8_t rd_eb_consumed = 0;
|
||||
std::size_t rd_eb_consumed = 0;
|
||||
|
||||
zlib::deflate_stream zo;
|
||||
zlib::inflate_stream zi;
|
||||
|
||||
Reference in New Issue
Block a user