Update WebSocket compress code. Increase the chunk to 32k for reading.

Update send data to the client, when the pmce compression extension was accepted
send all the data at once.
This commit is contained in:
jvelilla
2016-10-27 09:51:40 -03:00
parent 4c912912a6
commit 4a21dcd2d6
3 changed files with 52 additions and 41 deletions

View File

@@ -90,6 +90,7 @@ feature -- Websocket execution
-- Called after the WebSocket connection is closed.
do
ws.put_error ("Connection closed")
ws.send (Connection_close_frame, "")
end
feature -- HTML Resource