GNU libmicrohttpd 0.9.77
Loading...
Searching...
No Matches
connection_finish_forward.h File Reference

complete upgrade socket forwarding operation in TLS mode More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void MHD_connection_finish_forward_ (struct MHD_Connection *connection) MHD_NONNULL(1)
 

Detailed Description

complete upgrade socket forwarding operation in TLS mode

Author
Christian Grothoff

Definition in file connection_finish_forward.h.

Function Documentation

◆ MHD_connection_finish_forward_()

void MHD_connection_finish_forward_ ( struct MHD_Connection connection)

Stop TLS forwarding on upgraded connection and reflect remote disconnect state to socketpair.

Remarks
In thread-per-connection mode this function can be called from any thread, in other modes this function must be called only from thread that process daemon's select()/poll()/etc.
Parameters
connectionthe upgraded connection