aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/libmicrohttpd.texi4
1 files changed, 4 insertions, 0 deletions
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
2329@table @code 2329@table @code
2330@item MHD_UPGRADE_ACTION_CLOSE 2330@item MHD_UPGRADE_ACTION_CLOSE
2331Closes the connection. Must be called once the application is done with the client. Takes no additional arguments. 2331Closes the connection. Must be called once the application is done with the client. Takes no additional arguments.
2332@item MHD_UPGRADE_ACTION_CORK_ON
2333Enable corking on the underlying socket.
2334@item MHD_UPGRADE_ACTION_CORK_OFF
2335Disable corking on the underlying socket.
2332 2336
2333@end table 2337@end table
2334@end deftp 2338@end deftp