Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify error handling in WebSocketServerProtocol.handler().
Catching ConnectionError here doesn't add anything since the error will already be logged as a warning in the "else" block of the containing "except" clause: logger.warning("Error in opening handshake", exc_info=True) This commit also brings coverage back up to 100%.
- Loading branch information