commit | 9d9ab252909fdfec3b26bcbb341e992046f8b2f5 | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <sop@google.com> | Thu May 21 11:58:53 2009 -0700 |
committer | Shawn O. Pearce <sop@google.com> | Thu May 21 11:58:53 2009 -0700 |
tree | 707415e302b64d694c570440838e3babf0599eb5 | |
parent | 683d567fd5be3d1b727b346a9458ae3714b19aa9 [diff] |
Don't NPE when the remote peer address isn't yet known This appears to be a race condition between the IO processor thread and the application thread reading the connection table. Apparently the IO processors can register a session before they have finished initializing it. Bug: GERRIT-182 Signed-off-by: Shawn O. Pearce <sop@google.com>