ahyatt / emacs-websocket

A websocket implementation in elisp, for emacs.
GNU General Public License v2.0
321 stars 42 forks source link

fix QWebsocketServer may send RST during handshake #68

Closed xhcoding closed 4 years ago

xhcoding commented 4 years ago

Sending handshake data in two splits on Linux will cause QWebsocketServer to respond to RST

ahyatt commented 4 years ago

Thank you for the fix!