forked from boostorg/beast
@@ -1,3 +1,9 @@
|
|||||||
|
Version 182:
|
||||||
|
|
||||||
|
* Silence ubsan false positive
|
||||||
|
|
||||||
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
Version 181:
|
Version 181:
|
||||||
|
|
||||||
* Fix parse_dec algorithm
|
* Fix parse_dec algorithm
|
||||||
|
@@ -76,6 +76,8 @@ in future versions.
|
|||||||
|
|
||||||
* ([issue 1211]) Fix parse_dec algorithm
|
* ([issue 1211]) Fix parse_dec algorithm
|
||||||
|
|
||||||
|
* ([issue 1214]) Silence ubsan false positive
|
||||||
|
|
||||||
* Tidy up websocket stream javadocs
|
* Tidy up websocket stream javadocs
|
||||||
|
|
||||||
* Fix move-only arguments in [link beast.ref.boost__beast__bind_handler `bind_handler`]
|
* Fix move-only arguments in [link beast.ref.boost__beast__bind_handler `bind_handler`]
|
||||||
|
@@ -152,7 +152,7 @@ class stream<NextLayer, deflateSupported>::write_some_op
|
|||||||
std::size_t in_;
|
std::size_t in_;
|
||||||
int how_;
|
int how_;
|
||||||
bool fin_;
|
bool fin_;
|
||||||
bool more_;
|
bool more_ = false; // for ubsan
|
||||||
bool cont_ = false;
|
bool cont_ = false;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
Reference in New Issue
Block a user