Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion include/boost/beast/websocket/detail/impl_base.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Loading