Skip to content

Commit

Permalink
[Minor] Try to fix mess
Browse files Browse the repository at this point in the history
  • Loading branch information
vstakhov committed Jul 19, 2019
1 parent 2ec42fe commit e808825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libutil/ssl_util.c
Expand Up @@ -668,7 +668,7 @@ rspamd_ssl_write (struct rspamd_ssl_connection *conn, gconstpointer buf,
}
else {
ret = SSL_get_error (conn->ssl, ret);
conn->state = ssl_next_read;
conn->state = ssl_next_write;

if (ret == SSL_ERROR_WANT_READ) {
what = EV_READ;
Expand Down

0 comments on commit e808825

Please sign in to comment.