connection_https.c: fixed comment

This commit is contained in:
Evgeny Grin (Karlson2k)
2017-11-03 14:50:43 +03:00
parent 5fa4f4e2f0
commit 7af3ea32d5
+2 -2
View File
@@ -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;
}