Skip to content

Commit 6ea61ac

Browse files
pquernary
authored andcommitted
remove old todo.
1 parent 1ce4684 commit 6ea61ac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/node_crypto.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,6 @@ static int serr(SSL *ssl, const char* func, int rv)
253253
int err = SSL_get_error(ssl, rv);
254254
if (err != SSL_ERROR_WANT_WRITE &&
255255
err != SSL_ERROR_WANT_READ) {
256-
/* TODO: look at ssl error queue */
257256
ERR_error_string_n(ERR_get_error(), &ssl_error_buf[0], sizeof(ssl_error_buf));
258257
/* fprintf(stderr, "[%p] SSL: %s failed: (%d:%d) %s\n", ssl, func, err, rv, buf); */
259258
return rv;

0 commit comments

Comments
 (0)