We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
尝试了一下新版本,转发TCP会断流,换回1.14就没问题了
The text was updated successfully, but these errors were encountered:
因为引入了一个新的 timotout 参数,默认是60s
ehco/internal/relay/conf/cfg.go
Line 47 in 2b1b7ad
Sorry, something went wrong.
因为引入了一个新的 timotout 参数,默认是60s ehco/internal/relay/conf/cfg.go Line 47 in 2b1b7ad IdleTimeoutSec int json:"idle_timeout_sec,omitempty"
IdleTimeoutSec int json:"idle_timeout_sec,omitempty"
json:"idle_timeout_sec,omitempty"
internal/constant/constant.go
查看了代码,发现目前默认timeout是10s 希望可以将默认设置为60s
No branches or pull requests
尝试了一下新版本,转发TCP会断流,换回1.14就没问题了
The text was updated successfully, but these errors were encountered: