added missing call to ssl_pendign in pqissludp.

This commit is contained in:
csoler 2016-06-14 21:54:09 -04:00
parent c3eba4a72d
commit 6b74a8a1b6

View File

@ -616,6 +616,9 @@ bool pqissludp::moretoread(uint32_t usec)
return 0;
}
if(SSL_pending(ssl_connection) > 0)
return 1 ;
/* otherwise - not error - strange! */
rslog(RSL_DEBUG_BASIC, pqissludpzone,
"pqissludp::moretoread() No Data + No Error (really nothing)");