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
在使用websocket tunnel时,每次都会新建一个transport,而golang http transport默认是使用keep-alive长连接的,这就导致每次的tcp连接建立完后不会释放,最后导致kube-agent的tcp连接用满,而无法再创建新的tcp连接
The text was updated successfully, but these errors were encountered:
fix: fix the bug of tcp connection leak. issue TencentBlueKing#584
9c95e5b
6b7175a
Merge pull request #585 from bryanhe-bupt/tcp_leak_bug_fix
9515b95
fix: fix the bug of tcp connection leak. issue #584
Merge pull request #587 from bryanhe-bupt/1.18.x
06a54fc
ae616c3
DeveloperJim
No branches or pull requests
在使用websocket tunnel时,每次都会新建一个transport,而golang http transport默认是使用keep-alive长连接的,这就导致每次的tcp连接建立完后不会释放,最后导致kube-agent的tcp连接用满,而无法再创建新的tcp连接
The text was updated successfully, but these errors were encountered: