Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
…ntWebSocketResponse.close_code correctly in concu… (aio-libs#7690) This is a backport of PR aio-libs#7680 as merged into master (aio-libs@30850ba). Fixes the issue when If one asyncio task is waiting on receiving data and another asyncio task is closing the connection. The ClientWebSocketResponse.close_code will be None after connection closed.
- Loading branch information