We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25c5fcf commit 4718a04Copy full SHA for 4718a04
handlers/scraper/remote.go
@@ -74,7 +74,6 @@ func handleConnection(conn net.Conn) {
74
75
buf := []byte(rm.instaData.PostID)
76
_, err := conn.Write(buf)
77
- slog.Error("failed to write to stream", "err", err)
78
if err != nil {
79
if opErr, ok := err.(*net.OpError); ok && opErr.Timeout() {
80
rm.outChan <- err
0 commit comments