Document MHD_UPGRADE_ACTION_CORK_ON and HD_UPGRADE_ACTION_CORK_OFF.

This commit is contained in:
ng0
2019-08-02 09:37:51 +00:00
parent dd81c5f816
commit 0359c0bbdd
+4
View File
@@ -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