简体   繁体   English

随机net :: ERR_CONNECTION_RESET问题

[英]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. 每秒,它都会向http://dev.markitondemand.com/Api/v2/Quote/jsonp发出ajax请求以更新股票价格。 I use http GET and a jsonp request, through jquery (standard random callback). 我通过jquery(标准随机回调)使用http GET和jsonp请求。 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. 但是,有时它停止工作,并且出现错误101 net::ERR_CONNECTION_RESET ,并在一段时间后再次开始工作。 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. ERR_CONNECTION_RESET通常是来自Web服务器的返回消息。 It is reset your TCP/IP connection. 这将重置您的TCP / IP连接。 What webserver are you using? 您正在使用什么网络服务器?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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