You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by GitBox <gi...@apache.org> on 2022/03/29 18:22:51 UTC

[GitHub] [tomcat] rhernandez35 opened a new pull request #489: Suppress null socket channel warning for closed sockets

rhernandez35 opened a new pull request #489:
URL: https://github.com/apache/tomcat/pull/489


   Null socket channels are only a problem if the socket isn't closed. Otherwise, they're just indicative of a stale event being processed.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[GitHub] [tomcat] markt-asf commented on pull request #489: Suppress null socket channel warning for closed sockets

Posted by GitBox <gi...@apache.org>.
markt-asf commented on pull request #489:
URL: https://github.com/apache/tomcat/pull/489#issuecomment-1082232318


   This is not correct. Null socket channels are usually an indication that something has gone wrong. The warning is deliberate.
   If you have a use case where a correctly handled request triggers this warning then please raise this on the Tomcat users mailing list in the first instance.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[GitHub] [tomcat] markt-asf closed pull request #489: Suppress null socket channel warning for closed sockets

Posted by GitBox <gi...@apache.org>.
markt-asf closed pull request #489:
URL: https://github.com/apache/tomcat/pull/489


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org