简体   繁体   中英

Random net::ERR_CONNECTION_RESET issues

Read before posting as duplicate.

I'm currently making a website that simulates the stock market. Every second, it makes an ajax request to http://dev.markitondemand.com/Api/v2/Quote/jsonp to update stock prices. I use http GET and a jsonp request, through jquery (standard random callback). Most of the time, it works. Sometimes, however, it stops working and I get error 101 net::ERR_CONNECTION_RESET , and, after a while, starts working again. This is different from some other issues, because it works most of the time. I am using google chrome on this, though.

the ERR_CONNECTION_RESET is generally a return message from the webserver. It is reset your TCP/IP connection. What webserver are you using?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM