tomaka / rouille

Web framework in Rust
Apache License 2.0
1.12k stars 106 forks source link

Close websocket on EOF to prevent infinite loop #212

Closed dbr closed 5 years ago

dbr commented 5 years ago

Prevents infinite loop in WebSocket::next

Closes #211