csync / csync-server

Apache License 2.0
14 stars 4 forks source link

Malformed request closes socket connection from the server #15

Open narinearraul opened 7 years ago

narinearraul commented 7 years ago

tmpreiss commented on Dec 13, 2016 When testing the fetch response from the android sdk, we found that sending rvts instead of vts, the server logs show that there is a Validation error in the request and the server closes the connection.

In the event the server receives a malformed packet. should the server close the websocket or should it just return an error for the one message?