Fix websocket permessage-deflate negotiation

This commit is contained in:
Vinnie Falco
2017-11-18 18:06:56 -08:00
parent 5e2514f44a
commit 73eba08cf4
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
Version 144:
* Fix websocket permessage-deflate negotiation
--------------------------------------------------------------------------------
Version 143:
* Fix autobahn report link

View File

@ -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);
}