This repository has been archived by the owner on Oct 1, 2023. It is now read-only.
Fix FileHandlerInput::readLineAsync() when a line is already available
v1.1.0 blocks waiting for more data when it doesn't need more data. This affects reading from STDIN a line at a time.