commit 0359c0bbddfda713d7f29727ee3a8bad1b37e015
parent dd81c5f816fe01ad7997cbac02c68fac25218d3e
Author: ng0 <ng0@n0.is>
Date: Fri, 2 Aug 2019 09:37:51 +0000
Document MHD_UPGRADE_ACTION_CORK_ON and HD_UPGRADE_ACTION_CORK_OFF.
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git 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