mirror of
https://github.com/boostorg/beast.git
synced 2025-07-29 20:37:31 +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:
|
||||
|
||||
* Fix autobahn report link
|
||||
|
@ -746,7 +746,7 @@ do_accept(
|
||||
// teardown if Connection: close.
|
||||
return;
|
||||
}
|
||||
pmd_read(pmd_config_, req);
|
||||
pmd_read(pmd_config_, res);
|
||||
open(role_type::server);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user