We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3a800b commit 770e84fCopy full SHA for 770e84f
include/boost/beast/websocket/detail/impl_base.hpp
@@ -311,7 +311,7 @@ struct impl_base<true>
311
read_size_hint_pmd(
312
std::size_t initial_size,
313
bool rd_done,
314
- std::uint64_t rd_msg_max,
+ std::size_t rd_msg_max,
315
std::uint64_t rd_remain,
316
frame_header const& rd_fh) const
317
{
@@ -465,7 +465,7 @@ struct impl_base<false>
465
466
467
468
469
470
471
0 commit comments