|
|
@@ -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
|
|
|
|