TcpConnectionState.processRecvCompletion
void processRecvCompletion() @trusted nothrowProcess a completed receive operation.
Called when an overlapped receive has completed. Retrieves the result, delivers data to the callback, and submits the next receive if the connection is still open and not paused.
When reading is paused, data is buffered in _pausedReceiveBuffer instead of being delivered immediately. The buffered data will be delivered when resumeReading() is called.