libmicrohttpd

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

commit 818b0a791b3e48cce9da91a1aa136ce2b65e8aaf
parent 0359c0bbddfda713d7f29727ee3a8bad1b37e015
Author: ng0 <ng0@n0.is>
Date:   Fri,  2 Aug 2019 10:09:29 +0000

Add draft of Changelog.

Diffstat:
MChangeLog | 11+++++++++++
1 file changed, 11 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,14 @@ +Fri 02 Aug 2019 00:00:00 PM UTC + Fixes and optimizations for the setsockopt handling: + * Added: MHD_UPGRADE_ACTION_CORK_ON and MHD_UPGRADE_ACTION_CORK_OFF + to enum MHD_UpgradeAction (turn corking on/off on the underlying + socket). + * Use calls and flags native to the system for corking and + other operations, tested with performance improvements on + FreeBSD, Debian Linux, NetBSD, and cygwin. In particular, + this adds selective usage of MSG_MORE, NODELAY, TCP_NOPUSH, + TCP_CORK. -ng0 + Thu 01 Aug 2019 01:23:36 PM CEST Releasing libmicrohttpd 0.9.66. -CG