connection.go | 1 + diff --git a/connection.go b/connection.go index b4c9078cfcd0186cdd43acbe035952d32389d7a9..aa7bbc07fb8e86345e090c9f4fcb837fce9a00ac 100644 --- a/connection.go +++ b/connection.go @@ -1153,6 +1153,7 @@ } delete(c.requests, r) return true } + func (c *connection) tickleWriter() { c.writerCond.Broadcast() }