Hello!
On Mon, Aug 25, 2014 at 4:16 PM, David Birdsong wrote:
> Hello, we're trying to figure out a bug in our HTTP app server that causes
> unexplained 400's from time to time. It would be nice to lean on our proxy
> stack (both openresty + haproxy) to supply a band-aid solution in the mean
> time that resends any http 400 request a second time.
>
400 means bad requests, like malformed request line or request
headers. Given that the request is incomplete and bad, I don't think
it makes much sense to proceed any further :)
Better fix your backend app server :)
Regards,
-agentzh