3102feb56c
When the send queue limit is reached, it is likely to not drain any time soon. If we call close on the connection, it will stay alive, waiting for the queue to drain before actually closing, and will hit that check again and again. Since the queue size limit is the reason we're closing in the first place, we call shutdown directly. |
||
---|---|---|
.. | ||
epee | ||
otshell_utils | ||
CMakeLists.txt |