commit | 67c26b44f5caf2e292d249bca7fcb5cf5bdf386e | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <sop@google.com> | Sun May 10 18:53:23 2009 -0700 |
committer | Shawn O. Pearce <sop@google.com> | Sun May 10 18:53:23 2009 -0700 |
tree | d38e0d2021179217fc7bcded89fa77f332e7daf8 | |
parent | 658a2f1ac2c0572fdd5eca78945b07d966dca610 [diff] |
Ignore "SshException: Already closed" errors These occur when the client disappears in the middle of us writing data out to them. There really isn't an error on our side, just some lame user who disconnected before he received everything he requested. Silence the error from our logs by checking for it and skipping out, without logging. Signed-off-by: Shawn O. Pearce <sop@google.com>