From b7af080fb1f1eb56b2594130fc261a3e79f45f19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bodo=20M=C3=B6ller?= Date: Tue, 26 Sep 2000 12:15:53 +0000 Subject: [PATCH] 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 -- GitLab