On Wed, Feb 10, 2016 at 10:08:58AM +0100, [email protected] wrote: > Would it be more "safe" / less error-prone to warn the user if "req.body" > is found in configuration without "option http-buffer-request" is set? (Or > do not consider req.body at all in this case?)
No, because you could for example buffer in a frontend and use the body in the backend or something like this. We only want to emit warnings if we want users to change their config. A valid configuration should never emit a warning. Regards, willy

