Skip to content

Commit

Permalink
xcxc
Browse files Browse the repository at this point in the history
  • Loading branch information
Wikidepia committed Feb 1, 2025
1 parent 25c5fcf commit 4718a04
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion handlers/scraper/remote.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ func handleConnection(conn net.Conn) {

buf := []byte(rm.instaData.PostID)
_, err := conn.Write(buf)
slog.Error("failed to write to stream", "err", err)
if err != nil {
if opErr, ok := err.(*net.OpError); ok && opErr.Timeout() {
rm.outChan <- err
Expand Down

0 comments on commit 4718a04

Please sign in to comment.