Skip to content

Commit

Permalink
[release] v0.17.5
Browse files Browse the repository at this point in the history
  • Loading branch information
azukaar committed Dec 20, 2024
1 parent f461c3d commit 7d497db
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 26 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cosmos-server",
"version": "0.17.4",
"version": "0.17.5",
"description": "",
"main": "test-server.js",
"bugs": {
Expand Down
2 changes: 0 additions & 2 deletions src/proxy/SocketProxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,6 @@ func handleTCPProxy(listener net.Listener, target string, proxyInfo *ProxyInfo,
case <-proxyInfo.stop:
utils.Log("[SocketProxy] Stopping TCP proxy on " + listenAddr)
return
case <-time.After(5 * time.Minute):
continue
case err := <-acceptErrChan:
utils.Error("[SocketProxy] Failed to accept TCP connection", err)
case client := <-acceptChan:
Expand Down
23 changes: 0 additions & 23 deletions test.go

This file was deleted.

0 comments on commit 7d497db

Please sign in to comment.