Re: Issues with redirects for POST requests with payload

2017-05-10 Thread Jarno Huuskonen
Hi, On Tue, May 09, Ciprian Dorin Craciun wrote: > On Tue, May 9, 2017 at 9:47 PM, Willy Tarreau wrote: > > On Tue, May 09, 2017 at 02:54:45PM +0300, Jarno Huuskonen wrote: > >> My firefox(52.1 on linux) was able to send 128k file, > >> but 800k file results in connection reset. My

Re: Issues with redirects for POST requests with payload

2017-05-10 Thread Jarno Huuskonen
Hi, On Tue, May 09, Willy Tarreau wrote: > On Tue, May 09, 2017 at 02:54:45PM +0300, Jarno Huuskonen wrote: > > My firefox(52.1 on linux) was able to send 128k file, > > but 800k file results in connection reset. My chrome sent 16k file, but > > fails (ERR_CONNECTION_RESET) on 17k file (few times

Re: Issues with redirects for POST requests with payload

2017-05-09 Thread Ciprian Dorin Craciun
On Tue, May 9, 2017 at 9:47 PM, Willy Tarreau wrote: > On Tue, May 09, 2017 at 02:54:45PM +0300, Jarno Huuskonen wrote: >> My firefox(52.1 on linux) was able to send 128k file, >> but 800k file results in connection reset. My chrome sent 16k file, but >> fails (ERR_CONNECTION_RESET)

Re: Issues with redirects for POST requests with payload

2017-05-09 Thread Willy Tarreau
On Tue, May 09, 2017 at 02:54:45PM +0300, Jarno Huuskonen wrote: > My firefox(52.1 on linux) was able to send 128k file, > but 800k file results in connection reset. My chrome sent 16k file, but > fails (ERR_CONNECTION_RESET) on 17k file (few times even the 17k file > worked). Hmmm that sounds

Re: Issues with redirects for POST requests with payload

2017-05-09 Thread Jarno Huuskonen
Hi, On Sat, May 06, Ciprian Dorin Craciun wrote: > Hello all! > > In last weeks I've started encountering a problem, that for our > particular use-case is seriously breaking some of our sites, namely: > > * a client makes a POST request which has a "largish" payload, one > that does not manage

Re: Issues with redirects for POST requests with payload

2017-05-08 Thread Ciprian Dorin Craciun
On Sat, May 6, 2017 at 11:13 AM, Ciprian Dorin Craciun wrote: > Hello all! > > In last weeks I've started encountering a problem, that for our > particular use-case is seriously breaking some of our sites, namely: > > * a client makes a POST request which has a

Re: Issues with redirects for POST requests with payload

2017-05-06 Thread Ciprian Dorin Craciun
Forgot to mention that it involves HAProxy 1.6.11. Ciprian. On Sat, May 6, 2017 at 11:13 AM, Ciprian Dorin Craciun wrote: > Hello all! > > In last weeks I've started encountering a problem, that for our > particular use-case is seriously breaking some of our sites,

Issues with redirects for POST requests with payload

2017-05-06 Thread Ciprian Dorin Craciun
Hello all! In last weeks I've started encountering a problem, that for our particular use-case is seriously breaking some of our sites, namely: * a client makes a POST request which has a "largish" payload, one that does not manage to "push" it through before HAProxy has a chance to respond, *