http1.1 keepalive drop ah betweentimes
authorAndy Green <andy.green@linaro.org>
Fri, 29 Jan 2016 01:06:22 +0000 (09:06 +0800)
committerAndy Green <andy.green@linaro.org>
Fri, 29 Jan 2016 01:06:22 +0000 (09:06 +0800)
commit6dd7e86f23b75cbef5c4d04f8b85c32ef1fb9643
tree57f38068e43b07a6d15f6f388f7f8251ed459d49
parent9c444d270983cdfc9e7a68bedd69a5fcccfabdb7
http1.1 keepalive drop ah betweentimes

https://github.com/warmcat/libwebsockets/issues/404

Tested with

wget -O- http://localhost:7681/test.html http://localhost:7681/test.html http://localhost:7681/test.html http://localhost:7681/test.html http://localhost:7681/test.html

and confirm no connection processing during that on server side

Signed-off-by: Andy Green <andy.green@linaro.org>
lib/server.c