mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
Document MHD_UPGRADE_ACTION_CORK_ON and HD_UPGRADE_ACTION_CORK_OFF.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user