Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
LibCore: Allow reads smaller than the buffered data size in IODevice
This restriction doesn't make much sense, a user should be free to consume the buffered data with as small a max_size as they desire. This fixes a possible RequestServer spin when talking to HTTP servers.
- Loading branch information