2014-10-30 9:42 GMT+01:00 <r...@apache.org>: > Author: remm > Date: Thu Oct 30 08:42:17 2014 > New Revision: 1635431 > > URL: http://svn.apache.org/r1635431 > Log: > Disable chunking when there's no keepalive (for example when the request > specified connection close, which is detected). > > IMO although chunking can be disabled and can be considered more costly, it removes the possibility to detect truncated responses (or requests, but it's up to the client to use it or not). So using a system property to disable this could be worthwhile.
Rémy