diff options
-rw-r--r-- | server.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1301,7 +1301,6 @@ read_cb(struct tls *ctx, void *buf, size_t buflen, void *cb_arg) if (!c->proxy_proto) { /* no buffer to cache into, read into libtls buffer */ - errno = 0; ssize_t ret = read(c->fd, buf, buflen); if (ret == -1 && errno == EWOULDBLOCK) ret = TLS_WANT_POLLIN; |