Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor-request-queue: read loop no longer needs to wake writer
This is because the writer is always woken by the appropriate calls that push chunks onto the body or writer or calls that close the body. Had to import an additional line from a recent band-aid fix regarding setting the flag on non-chunked streaming responses. It feels like we should find an alternative means of maintaining this piece of information.
- Loading branch information