python-websockets / websockets

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

Missing tests for TLS connections in sync implementation #1436

Open aaugustin opened 5 months ago

aaugustin commented 5 months ago

e.g. there could be connection close bugs because TLS connections don't support half-closing.