This commit is contained in:
Andrew Gallant (Ocelot) 2012-05-07 01:11:41 -04:00
parent fd30f1512a
commit 3bf376bd66
1 changed files with 6 additions and 5 deletions

View File

@ -405,7 +405,8 @@ func (c *Conn) readResponses() {
fmt.Fprintf(os.Stderr,
"Found cookie with sequence id %d that is expecting a "+
"reply (and not an error) but will never get it. "+
"Currently on sequence number %d\n", cookie.Sequence, seq)
"Currently on sequence number %d\n",
cookie.Sequence, seq)
// Checked requests without replies
case cookie.pingChan != nil && cookie.errorChan != nil:
cookie.pingChan <- true