From 79457457a2604850fae34dda15123d06b4165fbf Mon Sep 17 00:00:00 2001 From: Derek Collison Date: Tue, 20 Nov 2012 14:10:42 -0800 Subject: [PATCH] Remove todo --- server/client.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/server/client.go b/server/client.go index 34eaeb7e..81f0a807 100644 --- a/server/client.go +++ b/server/client.go @@ -313,10 +313,6 @@ func (c *client) deliverMsg(sub *subscription, mh, msg []byte) { c.pcd[sub.client] = needFlush } -// TODO -// Block pub goroutine on bufio locked write buffer with -// go flusher routine. Single for all connections? - func (c *client) processMsg(msg []byte) { c.nm++ if trace {