diff options
Diffstat (limited to 'src/connection.cpp')
-rw-r--r-- | src/connection.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/connection.cpp b/src/connection.cpp index 31080615d..7e54e4297 100644 --- a/src/connection.cpp +++ b/src/connection.cpp @@ -228,6 +228,8 @@ bool ircd_connector::FlushWriteBuf() int ret = poll(&polls,1,1); if (ret < 1) return true; + // this falls through and sends any waiting data, which can put it into the + // connected state. } if (sendq.length()) { |