rmannibucau commented on PR #857: URL: https://github.com/apache/tomcat/pull/857#issuecomment-2890899779
@markt-asf http11nio protocol handler, the root cause is what i mentionned in my mail to the list, the acceptor thread doesn't handle the fact stop is being called properly so when server channel is closed it consider the endpoint is still running so it is an issue whereas it is actually desired to stop the thread so logging was abusive in that shutdown case IMHO, the shutdown lifecycle was just not handled by acceptor event loop -- 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-unsubscr...@tomcat.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org