We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 567f47c commit 56c0189Copy full SHA for 56c0189
handlers/scraper/remote.go
@@ -91,6 +91,7 @@ func handleConnection(conn net.Conn) {
91
if err != io.EOF {
92
slog.Error("failed to read data", "err", err)
93
rm.outChan <- err
94
+ return
95
}
96
break
97
0 commit comments