aboutsummaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorAndy Green <andy.green@linaro.org>2016-02-24 21:27:46 +0800
committerAndy Green <andy.green@linaro.org>2016-02-25 09:45:17 +0800
commit5c0bcf49a89313d310882a5ed4388a609031a0a5 (patch)
tree5648e385ddc9fedf92a970e7fbd3f43d7b60304e /changelog
parent51d9afadd68ee356ced4276b0a72da75c66f9f50 (diff)
downloadlibwebsockets-5c0bcf49a89313d310882a5ed4388a609031a0a5.tar.gz
defeat POLLOUT if socket in shutdown wait
After andrejs.hanins@ubnt.com Signed-off-by: Andy Green <andy.green@linaro.org>
Diffstat (limited to 'changelog')
-rw-r--r--changelog4
1 files changed, 4 insertions, 0 deletions
diff --git a/changelog b/changelog
index be8c8172..db66e9d4 100644
--- a/changelog
+++ b/changelog
@@ -13,6 +13,10 @@ it. attack.sh updated to add a test for this.
3) MINOR An error about hdr struct in _lws_ws_related is corrected, it's not
known to affect anything until after it was fixed
+4) MINOR During the close shutdown wait state introduced at v1.7, if something
+requests callback on writeable for the socket it will busywait until the
+socket closes
+
Changes
-------