I'm running into an issue with one of our API endpoints that takes in a fairly large amount of data over a PUT (or sometimes POST) request body. This would cause the server to timeout, and after some investigation it looked like the request was being mangled. We switched from SSL to non-SSL for api requests (not ideal) to make it work, but then determined if we lowered our batch sizes it seemed to fix the issue. We can't always control the size of the incoming data however.
I'm wondering, is there a value I can adjust to increase the ability to handle larger requests over SSL? Using: haproxy 1.5-dev21 - Ubuntu 13.10

