Skip to content

Commit

Permalink
Fix bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
Catofes committed Jul 30, 2024
1 parent 5a4ce80 commit c156851
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/conn.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ func (s *conn) fetchHeader() (int,error) {
}
n = n + nn
}
s.c.SetReadDeadline(time.Time{})
}
return n, nil
}
Expand Down

0 comments on commit c156851

Please sign in to comment.