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

--- Comment #35 from Remy Maucherat <r...@apache.org> ---
For the APR connector issue, since I believe it is always possible and
legitimate to have a concurrent socket close especially with HTTP/2, the
accesses from AprSSLSupport would need to sync on
AprEndpoint.AprSocketWrapper.closedLock. At the moment, all methods check that
socketWrapper.getSocket().longValue() is not 0, but that won't work if
concurrency is possible.

-- 
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