Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid unnecessary yield if buffer has not fully accumulated yet
This reduces the number of yields from WebSocket to the stream parser by accumulating self.reading_buffer_size worth of bytes before yielding.
- Loading branch information