From 0359c0bbddfda713d7f29727ee3a8bad1b37e015 Mon Sep 17 00:00:00 2001 From: ng0 Date: Fri, 2 Aug 2019 09:37:51 +0000 Subject: [PATCH] Document MHD_UPGRADE_ACTION_CORK_ON and HD_UPGRADE_ACTION_CORK_OFF. --- doc/libmicrohttpd.texi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/libmicrohttpd.texi b/doc/libmicrohttpd.texi index 4424337f..d9d53dd7 100644 --- a/doc/libmicrohttpd.texi +++ b/doc/libmicrohttpd.texi @@ -2329,6 +2329,10 @@ Set of actions to be performed on upgraded connections. Passed as an argument t @table @code @item MHD_UPGRADE_ACTION_CLOSE Closes the connection. Must be called once the application is done with the client. Takes no additional arguments. +@item MHD_UPGRADE_ACTION_CORK_ON +Enable corking on the underlying socket. +@item MHD_UPGRADE_ACTION_CORK_OFF +Disable corking on the underlying socket. @end table @end deftp