python-websockets / websockets

Library for building WebSocket servers and clients in Python

Home Page:https://websockets.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing tests for TLS connections in sync implementation

aaugustin opened this issue · comments

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