python-websockets / websockets

Library for building WebSocket servers and clients in Python
https://websockets.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
5.23k stars 519 forks source link

Reintroduce InvalidMessage. #1549

Closed aaugustin closed 5 days ago

aaugustin commented 1 week ago

This improves compatibility with the legacy implementation and clarifies error reporting.

Fix #1548.