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.252 by root, Fri Oct 18 20:12:16 2019 UTC vs.
Revision 1.253 by root, Fri Feb 7 15:06:01 2020 UTC

2056 } 2056 }
2057} 2057}
2058 2058
2059# poll the write BIO and send the data if applicable 2059# poll the write BIO and send the data if applicable
2060# also decode read data if possible 2060# also decode read data if possible
2061# this is basiclaly our TLS state machine 2061# this is basically our TLS state machine
2062# more efficient implementations are possible with openssl, 2062# more efficient implementations are possible with openssl,
2063# but not with the buggy and incomplete Net::SSLeay. 2063# but not with the buggy and incomplete Net::SSLeay.
2064sub _dotls { 2064sub _dotls {
2065 my ($self) = @_; 2065 my ($self) = @_;
2066 2066

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines