stream.go
changeset 119 712aa5780660
parent 118 fb9bb98a8d70
child 121 ebb86cbdd218
--- a/stream.go	Fri Aug 30 17:24:39 2013 -0600
+++ b/stream.go	Sat Aug 31 23:06:55 2013 +0100
@@ -32,9 +32,6 @@
 	f func(Stanza) bool
 }
 
-// BUG(cjyar) Review all these *Client receiver methods. They should
-// probably either all be receivers, or none.
-
 func (cl *Client) readTransport(w io.WriteCloser) {
 	defer w.Close()
 	p := make([]byte, 1024)