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