Revert "TUN-10621: Propagate max wait timeout"

This reverts merge request !1859
This commit is contained in:
Miguel da Costa Martins Marcelino
2026-07-09 12:00:02 +00:00
committed by João "Pisco" Fernandes
parent 86fccede6d
commit 43bfec0bcd
11 changed files with 40 additions and 233 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ func (ws *Websocket) ServeStream(options *StartOptions, conn io.ReadWriter) erro
}
defer func() { _ = wsConn.Close() }()
stream.Pipe(wsConn, conn, stream.DefaultTimeoutAfterFirstClose, ws.log)
stream.Pipe(wsConn, conn, ws.log)
return nil
}