HTTP 请求客户端超时默认设置
我有一个服务器,需要很多秒才能响应 HTTP 请求。我对用于生成请求的客户端语言/框架影响不大,并且想知道它们将等待响应多长时间。我知道这会因不同框架/API 的不同而有所不同,因此我想了解尽可能多的框架/API 的默认值。
那么 - 您使用什么框架/API 以及默认的 HTTP 请求超时是多少。
此致
I have a server which will take many seconds before it is able to respond to an HTTP Request. I have little influence over the client language / framework used to generate the requests and want to know how long they will wait for a response. I appreciate this will vary for different frameworks / APIs so I want to know the default values for as many as you can identify.
So - what framework / API are you using and what is the default HTTP Request Timeout.
Best Regards
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
根据 MSDN,该时间为 100 秒。
It is 100 seconds as per MSDN.