Some more todo added

This commit is contained in:
Miek Gieben 2012-01-12 23:28:08 +01:00
parent 0509df509e
commit 95747ee8d1
1 changed files with 1 additions and 0 deletions

View File

@ -217,6 +217,7 @@ func (c *Client) ExchangeBuffer(inbuf []byte, a string, outbuf []byte) (n int, e
if n, err = w.writeClient(inbuf); err != nil {
return 0, err
}
//Why cant we set the buf here?? TODO(MG)
if n, err = w.readClient(outbuf); err != nil {
return n, err
}