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

--- Comment #2 from Mark Thomas <ma...@apache.org> ---
With HTTP/1.1 this would be unusual and indicate a possible application bug
(retaining references beyond the object's lifecycle).

With HTTP/2, WebSocket etc. it is possible that the socket is closed in one
thread while the socket is still in the Poller. There is a fairly narrow window
in which this NPE can occur.

Returning false is sufficient in this instance.

I'll fix this shortly.

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