https://bz.apache.org/bugzilla/show_bug.cgi?id=65131

--- Comment #1 from Remy Maucherat <r...@apache.org> ---
Ok, I can see the error check could still be a bit shaky, a loop could possibly
be used in clearLastError (documentation of the OpenSSL API is here:
https://www.openssl.org/docs/manmaster/man3/ERR_get_error.html ). Not sure why
clearLastError is called in unwrap however, maybe Mark can comment on that one.
The TODO is accurate: ideally every SSL call should check the error.

BTW, I doubt this reproduces anything, ab works just fine, so curl isn't going
to be doing anything special beyond that.

The NPE in SecureNioChannel.close is possible, it would be a cosmetic error but
the code could be more defensive.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to