Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
makasim committed Jun 22, 2020
1 parent cee2187 commit 4844cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connection.go
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ func (c *Connection) reader(r io.Reader) {
case c.deadlines <- conn:
default:
// On c.Close() c.heartbeater() might exit just before c.deadlines <- conn is called.
// Which result in this goroutine being stuck forever.
// Which results in this goroutine being stuck forever.
}
}
}
Expand Down

0 comments on commit 4844cbe

Please sign in to comment.