aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2017-03-17 10:52:38 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2017-03-17 10:52:38 +0300
commit9fec9b35ec46ce51cdda1f7e264f48b9f02f2f4d (patch)
tree0fe8265f236707caa0a105cc5db52eb8bf40bcf4 /ChangeLog
parenta10c64c79337431924830db9e82f6c1c70994942 (diff)
downloadlibmicrohttpd-9fec9b35ec46ce51cdda1f7e264f48b9f02f2f4d.tar.gz
libmicrohttpd-9fec9b35ec46ce51cdda1f7e264f48b9f02f2f4d.zip
Do not fail on overflown read buffer while connection is suspended.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 961a1585..75bd5ff9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
1Thu Mar 17 10:45:31 MSK 2017
2 If read buffer is full, MHD need to receive remote data and application
3 suspended connection, do not fail while connection is suspended and give
4 application one more chance to read data from buffer once connection is
5 resumed. -EG
6
1Thu Mar 16 23:45:29 MSK 2017 7Thu Mar 16 23:45:29 MSK 2017
2 Allow again to run MHD in external epoll mode by 8 Allow again to run MHD in external epoll mode by
3 MHD_run_from_select() - this allow unification of user code 9 MHD_run_from_select() - this allow unification of user code
@@ -15,6 +21,7 @@ Thu Mar 16 22:31:54 MSK 2017
15 Removed early duplicated check for timeout on HTTPS connections. 21 Removed early duplicated check for timeout on HTTPS connections.
16 Removed update of last active time for connections without timeout. 22 Removed update of last active time for connections without timeout.
17 Fixed reset of timeout timer on resumed connections. 23 Fixed reset of timeout timer on resumed connections.
24 Fixed never-expired timeouts on HTTPS connections.
18 Fixed thread-safety of MHD_set_connection_option(). -EG 25 Fixed thread-safety of MHD_set_connection_option(). -EG
19 26
20Thu Mar 16 21:05:08 MSK 2017 27Thu Mar 16 21:05:08 MSK 2017