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.50 by root, Fri May 30 21:38:46 2008 UTC vs.
Revision 1.51 by root, Sat May 31 13:38:01 2008 UTC

1119call and can be used or changed to your liking. Note that the handshake 1119call and can be used or changed to your liking. Note that the handshake
1120might have already started when this function returns. 1120might have already started when this function returns.
1121 1121
1122=cut 1122=cut
1123 1123
1124# TODO: maybe document...
1125sub starttls { 1124sub starttls {
1126 my ($self, $ssl, $ctx) = @_; 1125 my ($self, $ssl, $ctx) = @_;
1127 1126
1128 $self->stoptls; 1127 $self->stoptls;
1129 1128

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines