mirror of
https://github.com/boostorg/beast.git
synced 2025-08-02 22:34:32 +02:00
Fix response message type in async websocket accept
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
Version 60:
|
||||
|
||||
* String comparisons are public interfaces
|
||||
* Fix response message type in async websocket accept
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
|
@@ -39,7 +39,7 @@ class stream<NextLayer>::response_op
|
||||
{
|
||||
bool cont;
|
||||
stream<NextLayer>& ws;
|
||||
http::response<http::empty_body> res;
|
||||
response_type res;
|
||||
int state = 0;
|
||||
|
||||
template<class Fields, class Decorator>
|
||||
|
Reference in New Issue
Block a user