【问题标题】:Locating the "read tcp" error in the Go source code在 Go 源代码中定位“read tcp”错误
【发布时间】:2019-05-25 18:20:03
【问题描述】:

我收到表单的网络错误

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

并且想在Go源码中专门定位read tcp错误的来源。谁能帮我解决这个问题?

【问题讨论】:

  • 可能很多地方。可能无处(它可能来自底层操作系统库)。为什么需要找到这个?如果您的问题是遇到错误,则该问题可能更容易找到帮助。
  • @ThunderCat 你能发表你的评论作为答案吗?似乎是正确的。
  • @Adrian 在此处发布了一个更充实的问题:stackoverflow.com/questions/53950606/…

标签: go tcp reverse-proxy


【解决方案1】:

read tcp [...]->[...]: i/o timeout 错误生成here。底层超时错误定义为here

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2023-03-13
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2016-05-30
    • 2013-11-29
    • 2011-10-03
    • 1970-01-01
    相关资源
    最近更新 更多