aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-04-16 10:26:20 +0200
committerChristian Grothoff <christian@grothoff.org>2021-04-16 10:26:20 +0200
commit6c751386a2e06d35b6d072c064bd581ddd561c52 (patch)
tree4e4ccf859006a1fb4249693e0f006cd62bc0cc9c /ChangeLog
parentfadba1133cc4e67ce8dd9d9709edd76f9285c704 (diff)
parentc556a538a951dd95d8c134420c486708de0b943b (diff)
downloadlibmicrohttpd-6c751386a2e06d35b6d072c064bd581ddd561c52.tar.gz
libmicrohttpd-6c751386a2e06d35b6d072c064bd581ddd561c52.zip
fix #6768: do not use TCP-specific syscalls on UNIX domain sockets (merge)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index a9e1556a..03abaf62 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,12 @@
1Fri 16 Apr 2021 10:23:39 AM CEST 1Fri 16 Apr 2021 10:23:39 AM CEST
2 Detect if a socket is a UNIX domain socket and do not try to play
3 with TCP corking options in this case (avoids useless failed
4 syscalls). -CG
5
2Thu 15 Apr 2021 18:56:00 MSK 6Thu 15 Apr 2021 18:56:00 MSK
3 Fixed configure '--enable-sanitizer' paramenter. 7 Fixed configure '--enable-sanitizer' paramenter.
4 Stopped pushing of patrial responses when limited by system maximum size 8 Stopped pushing of patrial responses when limited by system maximum size
5 for sendmsg(). -EG 9 for sendmsg(). -EG
6Fri 16 Apr 2021 10:23:39 AM CEST
7 Detect if a socket is a UNIX domain socket and do not try to play
8 with TCP corking options in this case (avoids useless failed
9 syscalls). -CG
10 10
11Web 14 Apr 2021 22:20:00 MSK 11Web 14 Apr 2021 22:20:00 MSK
12 Fixed: use sendmsg() in POSIX-compatible way, do not try to send more 12 Fixed: use sendmsg() in POSIX-compatible way, do not try to send more