diff -r abf958bcc201 -r 4a4530b8f622 stream.go --- a/stream.go Sun Jan 01 19:00:21 2012 -0700 +++ b/stream.go Sun Jan 01 19:32:51 2012 -0700 @@ -217,8 +217,6 @@ } } -// BUG(cjyar) Allow extensions to provide filters in the form of "in -// chan<- Stanza, out <-chan Stanza". func (cl *Client) readStream(srvIn <-chan interface{}, cliOut chan<- Stanza) { defer tryClose(srvIn, cliOut)