You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resolves shutdown hang and "use of closed network connection" errors by:
removing redundant listener.Close() call since httpServer.Shutdown()
already handles listener cleanup internally.
Previously you would have seen:
```
5:21PM ERROR Errors during shutdown: [failed to close listener: close
tcp 127.0.0.1:4483: use of closed network connection]
Error: failed to close listener: close tcp 127.0.0.1:4483: use of closed
network connection
5:21PM ERROR Error executing command: failed to close listener: close
tcp 127.0.0.1:4483: use of closed network connection
```
0 commit comments