Fixed to keep reading data until the SSL internal buffer is empty.
authorDavid Galeano <davidgaleano@turbulenz.biz>
Thu, 10 Jan 2013 02:35:32 +0000 (10:35 +0800)
committerAndy Green <andy.green@linaro.org>
Thu, 10 Jan 2013 04:45:54 +0000 (12:45 +0800)
commit7ffbe1bfca47b8d92426ea7163a39bae6e0bd62a
tree99842df1ec8de79a2ace877474f7db3e11179f42
parent4fbc40c07d4e241241e308436e06488deb0b9581
Fixed to keep reading data until the SSL internal buffer is empty.
Before this fix only 2048 bytes were read,
the rest were buffered inside SSL until another message arrived!!!
lib/libwebsockets.c