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.188 by root, Thu Sep 17 08:20:14 2009 UTC vs.
Revision 1.189 by root, Mon Sep 28 17:30:54 2009 UTC

710 710
711Replace the current C<on_stoptls> callback (see the C<on_stoptls> constructor argument). 711Replace the current C<on_stoptls> callback (see the C<on_stoptls> constructor argument).
712 712
713=cut 713=cut
714 714
715sub on_starttls { 715sub on_stoptls {
716 $_[0]{on_stoptls} = $_[1]; 716 $_[0]{on_stoptls} = $_[1];
717} 717}
718 718
719=item $handle->rbuf_max ($max_octets) 719=item $handle->rbuf_max ($max_octets)
720 720

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines