aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2015-12-01 10:19:34 +0000
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2015-12-01 10:19:34 +0000
commite5a4e0234fa8bf54b1f118c0c6706a227da90379 (patch)
tree3690ee4951d2ddd12748674829a023820435aee1 /ChangeLog
parent602a14fb5d0e81e1f59bf8e1012cbb034d978fe4 (diff)
downloadlibmicrohttpd-e5a4e0234fa8bf54b1f118c0c6706a227da90379.tar.gz
libmicrohttpd-e5a4e0234fa8bf54b1f118c0c6706a227da90379.zip
Eliminate delay of response on platforms where socket flushing is not possible,
send header to clients without delay on all platforms to allow clients to take some action depending on header content, send "100 continue" without delay.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fb912b1e..0079494f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
1Tue Dec 1 10:01:12 CET 2015
2 New logic for controlling socket buffer modes.
3 Eliminated delay before last packet in response and before
4 "100 Continue" response on all platforms. Also response
5 header are pushed to client without waiting for response
6 body. -EG
7
1Wed Nov 25 17:02:53 CET 2015 8Wed Nov 25 17:02:53 CET 2015
2 Remove 200ms delay observable with keep-alive on Darwin 9 Remove 200ms delay observable with keep-alive on Darwin
3 and *BSD platfroms. -EG 10 and *BSD platfroms. -EG