Fixed to keep reading data until the SSL internal buffer is empty. 67/2867/1
authorDavid Galeano <davidgaleano@turbulenz.biz>
Thu, 10 Jan 2013 02:35:32 +0000 (10:35 +0800)
committerKevron Rees <kevron_m_rees@linux.intel.com>
Thu, 7 Mar 2013 21:01:23 +0000 (13:01 -0800)
commite61e6e467081e326c9f35f295954d38ec71bb0a3
tree005bd65b8fdb89b098bc4a777b9c22b205638ba3
parent6d590b4a5db3699d5d7ece9032247813bfb5b781
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