Resolve some of the TODO(QUIC) items
[openssl.git] / doc / man3 / SSL_handle_events.pod
index e02eb33ee176cac46da5cc81c2aaa4d3058d6d5c..64ed20dc4151d170fd6e55f8629538606f796d32 100644 (file)
@@ -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