Re: [uWSGI] randomly missing body in POST request

2019-03-13 Thread mathieu lacage
Le mer. 13 mars 2019 à 17:58, mathieu lacage a écrit : > I bisected the bug to the frontal: the attached script capture the live > TCP connections from the frontal to the application server upon status 500 > errors and I can confirm that the request body payload is missing from > these sessions s

Re: [uWSGI] randomly missing body in POST request

2019-03-13 Thread mathieu lacage
I bisected the bug to the frontal: the attached script capture the live TCP connections from the frontal to the application server upon status 500 errors and I can confirm that the request body payload is missing from these sessions so, the frontal did not send the bytes to the application server.

Re: [uWSGI] randomly missing body in POST request

2019-03-12 Thread Soppy bear
On Tue, 12 Mar 2019 11:14:16 +0100 mathieu lacage wrote: > Hi, > > My production servers are deployed as 4 uwsgi instances: > > front1 -> admin3+admin4 > front2 -> admin3+admin4 > > front1/2 are load balanced at the DNS level and perform ssl termination > with uwsgi and forward requests to a

[uWSGI] randomly missing body in POST request

2019-03-12 Thread mathieu lacage
Hi, My production servers are deployed as 4 uwsgi instances: front1 -> admin3+admin4 front2 -> admin3+admin4 front1/2 are load balanced at the DNS level and perform ssl termination with uwsgi and forward requests to admin3/4 by using an http subscription server. admin3/4 run my python applicatio