diff options
author | ng0 <ng0@n0.is> | 2019-08-02 09:37:51 +0000 |
---|---|---|
committer | ng0 <ng0@n0.is> | 2019-08-02 09:37:51 +0000 |
commit | 0359c0bbddfda713d7f29727ee3a8bad1b37e015 (patch) | |
tree | 90a11407d71702f2504786fbb7fab17f50f57921 | |
parent | dd81c5f816fe01ad7997cbac02c68fac25218d3e (diff) | |
download | libmicrohttpd-0359c0bbddfda713d7f29727ee3a8bad1b37e015.tar.gz libmicrohttpd-0359c0bbddfda713d7f29727ee3a8bad1b37e015.zip |
Document MHD_UPGRADE_ACTION_CORK_ON and HD_UPGRADE_ACTION_CORK_OFF.
-rw-r--r-- | doc/libmicrohttpd.texi | 4 |
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 |
2331 | Closes the connection. Must be called once the application is done with the client. Takes no additional arguments. | 2331 | Closes the connection. Must be called once the application is done with the client. Takes no additional arguments. |
2332 | @item MHD_UPGRADE_ACTION_CORK_ON | ||
2333 | Enable corking on the underlying socket. | ||
2334 | @item MHD_UPGRADE_ACTION_CORK_OFF | ||
2335 | Disable corking on the underlying socket. | ||
2332 | 2336 | ||
2333 | @end table | 2337 | @end table |
2334 | @end deftp | 2338 | @end deftp |