Tagged Questions

0
votes
4answers
799 views

Why does my Ajax request go directly from state 1 to 4?

I am making a request to a CGI program using AJAX. The response sends me content-length. My purpose is to dynamically exhibit the response progress. For that I need to start a function on onreadystate ...