1# lws minimal ws server + permessage-deflate corner case tests 2 3## build 4 5``` 6 $ cmake . && make 7``` 8 9## usage 10 11``` 12 $ ./lws-minimal-ws-server-pmd-corner 13[2018/11/21 16:47:49:0171] USER: LWS minimal ws server + permessage-deflate Corner Cases | visit http://localhost:7681 14[2018/11/21 16:47:49:0172] NOTICE: Creating Vhost 'default' port 7681, 2 protocols, IPv6 off 15 16``` 17 18Visit http://localhost:7681 19 205 ws connections are made via permessage-deflate extension. 21 22When the ws connection is established, various amounts of data are sent 23resulting in ciphertext packets of a known size. 24 25