Commits


Terry Zhang authored and Andy Green committed eb9c01ae5c5
ws: make sure we understand frame finished when buflist_out flushed When lws_write as many bytes as user can until function returns not all sent, the next user`s lws_write call will write wrong frame to the other end. This will cause connection be close by the other side.