From 57b6a64eed48ddf054269b79585465bf35af49dd Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Wed, 11 Oct 2000 09:53:10 +0000 Subject: [PATCH] Fix from main trunk, 2000-09-26 14:15 bodo: Add BUGS section. --- doc/ssl/SSL_pending.pod | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/ssl/SSL_pending.pod b/doc/ssl/SSL_pending.pod index 744e1855e1..6c03b14caf 100644 --- a/doc/ssl/SSL_pending.pod +++ b/doc/ssl/SSL_pending.pod @@ -25,6 +25,19 @@ L. The number of bytes pending is returned. +=head1 BUGS + +SSL_pending() takes into account only bytes from the TLS/SSL record +that is currently being processed (if any). If the B object's +I flag is set, additional protocol bytes may have been +read containing more TLS/SSL records; these are ignored by +SSL_pending(). + +SSL_pending() does not check if the record type of pending data is +application data. + +=head1 SEE ALSO + L, L =cut -- 2.25.1