Attempt to fix server problems receiving large https POSTS.
authorRoger A. Light <roger@atchoo.org>
Thu, 2 Jul 2015 19:31:17 +0000 (20:31 +0100)
committerAndy Green <andy.green@linaro.org>
Mon, 12 Oct 2015 03:30:37 +0000 (11:30 +0800)
commitb9f28ac8df30f38f8932a89906e327b402fdf176
tree506b24e2dc207ba71de50501f43c65da96dab516
parent79d09fcc3770c185afac1fa2856f2c5844559bb2
Attempt to fix server problems receiving large https POSTS.

Without this change the pending list ends up having
wsi->pending_read_list_next == wsi, which causes a loop in
lws_plat_unix().
lib/ssl.c