mirror of
https://github.com/boostorg/beast.git
synced 2025-07-31 05:17:26 +02:00
Fix websocket permessage-deflate negotiation
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
Version 144:
|
||||||
|
|
||||||
|
* Fix websocket permessage-deflate negotiation
|
||||||
|
|
||||||
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
Version 143:
|
Version 143:
|
||||||
|
|
||||||
* Fix autobahn report link
|
* Fix autobahn report link
|
||||||
|
@ -746,7 +746,7 @@ do_accept(
|
|||||||
// teardown if Connection: close.
|
// teardown if Connection: close.
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
pmd_read(pmd_config_, req);
|
pmd_read(pmd_config_, res);
|
||||||
open(role_type::server);
|
open(role_type::server);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user