aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-08-02 09:37:51 +0000
committerng0 <ng0@n0.is>2019-08-02 09:37:51 +0000
commit0359c0bbddfda713d7f29727ee3a8bad1b37e015 (patch)
tree90a11407d71702f2504786fbb7fab17f50f57921
parentdd81c5f816fe01ad7997cbac02c68fac25218d3e (diff)
downloadlibmicrohttpd-0359c0bbddfda713d7f29727ee3a8bad1b37e015.tar.gz
libmicrohttpd-0359c0bbddfda713d7f29727ee3a8bad1b37e015.zip
Document MHD_UPGRADE_ACTION_CORK_ON and HD_UPGRADE_ACTION_CORK_OFF.
-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