On Thu, Jul 11, 2013 at 10:15 PM, Greg Stein <gst...@gmail.com> wrote:
> Hey all, > > Right now, trunk and the 1.8.1 backport request implements the following > option: > > http-detect-chunking = off / default: perform no detection. A 411 > response will throw an error message suggest to turn this option on. > I'm not really a fan of exposing this as a config knob in any situation. I think that we should always run the detection. It's one additional request in 1.8.x...and I think we can indeed remove that extra round-trip in 1.9.x. -- justin