httpd_sess_get_transport_ctx() function
Get session 'transport' context by socket descriptor @see httpd_sess_get_ctx() This context is used by the send/receive functions, for example to manage SSL context.
Arguments
handle
Handle to server returned by httpd_start
sockfd
The socket descriptor for which the context should be extracted.
Return value
- void* : Pointer to the transport context associated with this session - NULL : Empty context / Invalid handle / Invalid socket fd