GNU libmicrohttpd
0.9.72
|
complete upgrade socket forwarding operation in TLS mode More...
Go to the source code of this file.
Functions | |
void | MHD_connection_finish_forward_ (struct MHD_Connection *connection) MHD_NONNULL(1) |
complete upgrade socket forwarding operation in TLS mode
Definition in file connection_finish_forward.h.
void MHD_connection_finish_forward_ | ( | struct MHD_Connection * | connection | ) |
Stop TLS forwarding on upgraded connection and reflect remote disconnect state to socketpair.
connection | the upgraded connection |
Referenced by close_all_connections(), and MHD_daemon_close_all_connections_().