ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent/lib/AnyEvent/Handle.pm
(Generate patch)

Comparing AnyEvent/lib/AnyEvent/Handle.pm (file contents):
Revision 1.253 by root, Fri Feb 7 15:06:01 2020 UTC vs.
Revision 1.254 by root, Mon Feb 10 11:34:13 2020 UTC

1883=item tls_autostart => [$tls_ctx, ]$tls 1883=item tls_autostart => [$tls_ctx, ]$tls
1884 1884
1885Tries to detect a valid SSL or TLS handshake. If one is detected, it tries 1885Tries to detect a valid SSL or TLS handshake. If one is detected, it tries
1886to start tls by calling C<starttls> with the given arguments. 1886to start tls by calling C<starttls> with the given arguments.
1887 1887
1888In practise, C<$tls> must be C<accept>, or a Net::SSLeay context that has 1888In practice, C<$tls> must be C<accept>, or a Net::SSLeay context that has
1889been configured to accept, as servers do not normally send a handshake on 1889been configured to accept, as servers do not normally send a handshake on
1890their own and ths cannot be detected in this way. 1890their own and ths cannot be detected in this way.
1891 1891
1892See C<tls_detect> above for more details. 1892See C<tls_detect> above for more details.
1893 1893

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines