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-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