Added
- Check if handshake is completed before sending frame on
wsproto
shutdown (#1737) - Add default headers to WebSockets implementations (#1606 & #1747) 28/10/22
- Warn user when
reload
andworkers
flag are used together (#1731) 31/10/22
Fixed
- Use correct
WebSocket
error codes onclose
(#1753) 20/11/22 - Send disconnect event on connection lost for
wsproto
(#996) 29/10/22 - Add
SIGQUIT
handler toUvicornWorker
(#1710) 01/11/22 - Fix crash on exist with "--uds" if socket doesn't exist (#1725) 27/10/22
- Annotate
CONFIG_KWARGS
inUvicornWorker
class (#1746) 31/10/22