Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 244 Bytes

File metadata and controls

4 lines (4 loc) · 244 Bytes

Fixed AssertionError when the transport is None during WebSocket preparation or file response sending (e.g. when a client disconnects immediately after connecting). A ConnectionResetError is now raised instead -- by :user:`agners`.