Re: HTTP status code 499 from long running requests

2013-06-04 Thread Maxim Dounin
Hello! On Tue, Jun 04, 2013 at 12:52:03AM -0400, justin wrote: > Does it seem reasonable that the 499 status codes are responsible for double > requests? I.E. do you think the client is resending the request after the > 499 status? No. But both 499 status codes (i.e. client closed connection) a

Re: HTTP status code 499 from long running requests

2013-06-03 Thread justin
Maxim, Does it seem reasonable that the 499 status codes are responsible for double requests? I.E. do you think the client is resending the request after the 499 status? Maxim Dounin Wrote: --- > Hello! > > On Sat, Jun 01, 2013 at 09:09:55PM -0

Re: HTTP status code 499 from long running requests

2013-06-02 Thread Maxim Dounin
Hello! On Sat, Jun 01, 2013 at 09:09:55PM -0400, justin wrote: > Hello, I have long running requests upwards of five minutes that are called > via ajax (jQuery) (XHR), and hitting a backend PHP script. > > I am seeing very strange behavior, intermittently calling the script twice, > even though

HTTP status code 499 from long running requests

2013-06-01 Thread justin
Hello, I have long running requests upwards of five minutes that are called via ajax (jQuery) (XHR), and hitting a backend PHP script. I am seeing very strange behavior, intermittently calling the script twice, even though in Chrome developers tools I only see a single XHR request in the network p