aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2016-01-17 11:32:41 +0000
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2016-01-17 11:32:41 +0000
commita0b1426077930b3c8f057ea6dd44e1fdc204eab3 (patch)
tree68fd0ae72ac5780ce357e70c436cbe47188d03aa /ChangeLog
parent05c06d6be16c9b167843c06d9b978b8623b40bc4 (diff)
downloadlibmicrohttpd-a0b1426077930b3c8f057ea6dd44e1fdc204eab3.tar.gz
libmicrohttpd-a0b1426077930b3c8f057ea6dd44e1fdc204eab3.zip
Do not give up if sendfile() failed with EINVAL
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 55316836..37498aa1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
1Sun Jan 17 11:18:55 CET 2016
2 Do no refuse to send response if sendfile() failed with
3 EINVAL (common error for files located on SMB/CIF). -EG
4
1Sat Jan 16 19:14:39 CET 2016 5Sat Jan 16 19:14:39 CET 2016
2 Use US-ASCII only (instead of user locale settings) when 6 Use US-ASCII only (instead of user locale settings) when
3 performing caseless string comparison as required by 7 performing caseless string comparison as required by