-
Notifications
You must be signed in to change notification settings - Fork 656
New issue
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
增加Server Timeout支持,以避免不必要的response造成带宽占用 #83
Comments
这个issue解决了不必要的response,是否能再加个功能,避免不必要的request,即: |
GREAT WORK! |
@bluebore ,我明白你的意思,我要说几点:
|
赞这个主题! |
参见#86 ,目前已经考虑了server_wait_time,现在就差client_wait_time需要考虑了 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
问题描述
当RequestTimeout之后,实际上对应Socket没有关闭,超时后数据还是会被接收,这在传输大数据块时,会占用较大带宽。
原因分析
这个问题存在的原因在于:
解决方案
考虑如下:
实现
参见pull request #84
但是还有改进的地方:
The text was updated successfully, but these errors were encountered: