Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove duplicate checks in the StreamWriter
Calling self._protocol.connected is a check to see if self._protocol.transport is not None. Since we already check that, only do it once
- Loading branch information