summaryrefslogtreecommitdiffstats
path: root/doc/man3/SSL_handle_events.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man3/SSL_handle_events.pod')
-rw-r--r--doc/man3/SSL_handle_events.pod8
1 files changed, 3 insertions, 5 deletions
diff --git a/doc/man3/SSL_handle_events.pod b/doc/man3/SSL_handle_events.pod
index e02eb33ee1..64ed20dc41 100644
--- a/doc/man3/SSL_handle_events.pod
+++ b/doc/man3/SSL_handle_events.pod
@@ -64,11 +64,9 @@ will be made to the object for a substantial period of time. So long as at least
one call to the SSL object is blocking, no such call is needed. However,
SSL_handle_events() may optionally be used on a QUIC connection object if desired.
-=begin comment
-
-TODO(QUIC): Update the above paragraph once we support thread assisted mode.
-
-=end comment
+With the thread-assisted mode of operation L<OSSL_QUIC_client_thread_method(3)>
+it is unnecessary to call SSL_handle_events() as the assist thread handles the QUIC
+connection events.
=back