We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37c2d5e commit c6afb8cCopy full SHA for c6afb8c
internal/monitor/monitor.go
@@ -48,7 +48,7 @@ func monitorStream(mon net.Conn, rw io.ReadWriteCloser) {
48
defer rw.Close()
49
buff := [1024]byte{}
50
for {
51
- // Read from websocket and write to monitor
+ // Read from reader and write to monitor
52
n, err := rw.Read(buff[:])
53
if err != nil {
54
logSocketError("Error reading from websocket", err)
0 commit comments