libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 5909c4fd7728d4a51a18d63427408062834a3907
parent ea5a9d7a4cce5d676aae1d0cfe49a74dd62963c2
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Mon, 28 Dec 2020 13:25:59 +0300

ChangeLog updated

Diffstat:
MChangeLog | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,7 +1,7 @@ Mon 28 Dec 2020 09:37:00 MSK Completely reworked and rewritten TCP_CORK, TCP_NOPUSH, TCP_NODELAY and MSG_MORE handling. Reduced number of sys-calls, fixed portability for - FreeBSD, OpenBSD, NetBSD, Darwin, W32. + FreeBSD, OpenBSD, NetBSD, Darwin, W32, Solaris. Removed usage of gnutls_record_cork() as it fully blocks stream until final block is ready. Fixed compatibility with C90 compilers.