首页 > 解决方案 > 开始处理 HTTP 请求 POST 后 ASP.NET Core 3.1 错误超时

问题描述

我在 HttpClientFactory 的“开始处理 HTTP 请求 POST”之后出现超时异常,该消息何时准确发生,是在调用服务器之前还是之后?

info: System.Net.Http.HttpClient.MyClient.LogicalHandler[100]
  Start processing HTTP request GET https://api.github.com/repos/aspnet/docs/branches
ritical : System.Net.Http.HttpRequestException : Connection timed out

标签: timeouthttpclientfactory

解决方案


推荐阅读