Skip to content

Commit c6afb8c

Browse files
lucarin91dido18
andauthored
Update internal/monitor/monitor.go
Co-authored-by: Davide <[email protected]>
1 parent 37c2d5e commit c6afb8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/monitor/monitor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ func monitorStream(mon net.Conn, rw io.ReadWriteCloser) {
4848
defer rw.Close()
4949
buff := [1024]byte{}
5050
for {
51-
// Read from websocket and write to monitor
51+
// Read from reader and write to monitor
5252
n, err := rw.Read(buff[:])
5353
if err != nil {
5454
logSocketError("Error reading from websocket", err)

0 commit comments

Comments
 (0)