Reviewing #breakKeepAliveLoop() method in Http11 implementations in 7.0.x,
there is a difference between Nio and Apr:

I see that Http11NioProcessor does not update
AbstractHttp11Processor#sendfileInProgress flag, but Apr processor
does set it to "true".

Is this difference in #breakKeepAliveLoop() implementations intended?

JavaDoc says that the sendfileInProgress flag is used to indicate "that the
* socket should not be returned to the poller (where a poller is used)."
and I understand that both of them use pollers.

Best regards,
Konstantin Kolinko

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

Reply via email to