Introduction
Introduction Statistics Contact Development Disclaimer Help
Add TLS_WANT on tls_close too. - geomyidae - a small C-based gopherd (mirror)
git clone git://git.codemadness.org/geomyidae
Log
Files
Refs
README
LICENSE
---
commit 37b32150292c712dd823fdf810e7ee766a2358a9
parent 6aaceedcc36a36f52cfb27bfdbcfde2ba71381da
Author: Christoph Lohmann <[email protected]>
Date: Sat, 12 Aug 2023 19:21:36 +0200
Add TLS_WANT on tls_close too.
Diffstat:
M main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/main.c b/main.c
@@ -1164,7 +1164,7 @@ read_selector_again:
if (tlsclientreader) {
wlen = TLS_WANT_POLLIN;
while (wlen == TLS_WANT_POLLIN…
- wlen == TLS_WA…
+ || wlen == TLS…
wlen = tls_close(tlscl…
}
tls_free(tlsclientctx);
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.