代码之家  ›  专栏  ›  技术社区  ›  Harald Nordgren

查找Go源代码中的“读取tcp”错误

  •  -4
  • Harald Nordgren  · 技术社区  · 6 年前

    http: proxy error: read tcp [...]->[...]: i/o timeout
    

    并且想明确地找到 read tcp Go源代码中存在错误。有人能帮我吗?

    1 回复  |  直到 6 年前
        1
  •  3
  •   Cerise Limón    6 年前

    这个 read tcp [...]->[...]: i/o timeout 生成错误 here . 定义了基础超时错误 here