mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
run gosimple in gometalinter
This commit is contained in:
parent
286a51bcc0
commit
81974d30d6
13 changed files with 23 additions and 24 deletions
|
@ -124,7 +124,7 @@ func (s *receiveStream) Read(p []byte) (int, error) {
|
|||
} else {
|
||||
select {
|
||||
case <-s.readChan:
|
||||
case <-time.After(deadline.Sub(time.Now())):
|
||||
case <-time.After(time.Until(deadline)):
|
||||
}
|
||||
}
|
||||
s.mutex.Lock()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue