mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
connection_https.c: fixed comment
This commit is contained in:
@@ -128,8 +128,8 @@ send_tls_adapter (struct MHD_Connection *connection,
|
||||
}
|
||||
#ifdef EPOLL_SUPPORT
|
||||
/* Unlike non-TLS connections, do not reset "write-ready" if
|
||||
* sent smaller amount than provided, as TLS connections may
|
||||
* break data into smaller parts for sending. */
|
||||
* sent amount smaller than provided amount, as TLS
|
||||
* connections may break data into smaller parts for sending. */
|
||||
#endif /* EPOLL_SUPPORT */
|
||||
return res;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user