Skip to content

Protects AsyncReader::read against empty buffer.

Michael Aaron Murphy requested to merge gyscos:patch-2 into master

Created by: gyscos

Move the check to the beginning of the loop to protect against empty buffer.

Merge request reports