We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c7ff4f commit eddaa77Copy full SHA for eddaa77
1 file changed
coderd/workspaceapps/proxy.go
@@ -669,7 +669,6 @@ func (s *Server) workspaceAgentPTY(rw http.ResponseWriter, r *http.Request) {
669
return
670
}
671
defer release()
672
- defer agentConn.Close()
673
log.Debug(ctx, "dialed workspace agent")
674
ptNetConn, err := agentConn.ReconnectingPTY(ctx, reconnect, uint16(height), uint16(width), r.URL.Query().Get("command"))
675
if err != nil {
0 commit comments