Skip to content

stdio: use public stream readableFlowing property

A change to avoid using flowing property from stream's internal state. Instead uses the API property readableFlowing.

Refs: #445

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Merge request reports

Loading