On Tue, Mar 24, 2015 at 11:46 PM, Eric Wong <[email protected]> wrote: >> Is it your hypothesis that the application is just failing to consume >> the entire POST body in this instance? In that case, wouldn't we >> expect to see nginx failing to write on the socket instead of read? > > It could've been just big enough to fit inside the kernel socket > buffers, but not enough for nginx to wait on. In the below standalone > example, the server only reads 4092 bytes of the 4096-byte request.
> Here's a bare-bones example without nginx/unicorn at all: [snip] Thank you for the example; it really zeroes in on the situation. I learn something new every day! I'll check with the developers to find out whether the app is misbehaving in a similar way. Best regards, --Michael
