Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/wweir/sower
Browse files Browse the repository at this point in the history
  • Loading branch information
wweir committed Nov 28, 2018
2 parents b772ed1 + f7fdbb6 commit c11162d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxy/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ func openStream(conn net.Conn, sess quic.Session, reDialCh chan<- net.Conn) bool
}()

select {
case _, ok := <-okCh: // true means close on error
case _, ok := <-okCh: // false means close on error
return ok
case <-time.After(time.Second):
return false
Expand Down

0 comments on commit c11162d

Please sign in to comment.