-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Labels
Description
Looks like I'd introduced another bug (: Currently, ClientResponse.release expect that underlying flow control implements .readany() method. However, recently introduced FlowControlChunksQueue doesn't.
I wonder what the fix have to be: readany() for ChunksQueue is mostly useless while making his read() to match the behaviour of StreamReader is almost dangerous. What's the common baseline would be for both of these?