Commit 408972dd authored by Pierre Fersing's avatar Pierre Fersing Committed by Roger Light
Browse files

Fix two issues with Websocket (#472)



* Websocket were always marked as "want_write" (even if they only
  want to read, or worse want nothing).
* Websocket FD was read twice in some case (when socket recv queue was
  larger that size read by libwebsocket)

Signed-off-by: default avatarPierre Fersing <pierre.fersing@bleemeo.com>
parent 09cb1b61
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment