libmicrohttpd2

HTTP server C library (MHD 2.x, alpha)
Log | Files | Refs | README | LICENSE

commit 2c5f5b9df4039d0beab1fa0ef5be1bdbf645d890
parent 64fc7f0f6ea2de79a39e36bc3172f172e7c9326b
Author: Evgeny Grin (Karlson2k) <k2k@drgrin.dev>
Date:   Wed, 10 Dec 2025 21:23:59 +0100

conn_tls_check.c: corrected comment

Diffstat:
Msrc/mhd2/conn_tls_check.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mhd2/conn_tls_check.c b/src/mhd2/conn_tls_check.c @@ -94,7 +94,7 @@ mhd_conn_tls_check (struct MHD_Connection *restrict c) c->conn_state = mhd_CONN_STATE_TLS_CONNECTED; if (! c->sk.props.is_nonblck) { - /* The socket is blocking, + /* The socket is blocking (and polling is not edge-triggering), probably all available data has been processed already. */ c->sk.ready = (enum mhd_SocketNetState) /* Clear 'recv-ready' and 'send-ready' */ (((unsigned int) c->sk.ready)