2014-10-30 16:45 GMT+01:00 <ma...@apache.org>: > Author: markt > Date: Thu Oct 30 15:45:21 2014 > New Revision: 1635524 > > URL: http://svn.apache.org/r1635524 > Log: > Make the disabling of chunked encoding on connection close optional and > disable by default since automatically disabling it causes a regression > (see this discussion http://tomcat.markmail.org/thread/zvrrtvwme6liefng > for the details). > > There should be no difference with the !connectionClosePresent as one of the flags is for connection: close in the request, the other one for connection: close in the response. And connection: close is added to the response if keepAlive is false.
So this doesn't make sense. Rémy