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.229 by root, Mon Feb 27 17:14:02 2012 UTC vs.
Revision 1.230 by root, Tue Mar 27 16:21:11 2012 UTC

2430When you have intermediate CA certificates that your clients might not 2430When you have intermediate CA certificates that your clients might not
2431know about, just append them to the C<cert_file>. 2431know about, just append them to the C<cert_file>.
2432 2432
2433=back 2433=back
2434 2434
2435
2436=head1 SUBCLASSING AnyEvent::Handle 2435=head1 SUBCLASSING AnyEvent::Handle
2437 2436
2438In many cases, you might want to subclass AnyEvent::Handle. 2437In many cases, you might want to subclass AnyEvent::Handle.
2439 2438
2440To make this easier, a given version of AnyEvent::Handle uses these 2439To make this easier, a given version of AnyEvent::Handle uses these
2466 2465
2467Robin Redeker C<< <elmex at ta-sa.org> >>, Marc Lehmann <schmorp@schmorp.de>. 2466Robin Redeker C<< <elmex at ta-sa.org> >>, Marc Lehmann <schmorp@schmorp.de>.
2468 2467
2469=cut 2468=cut
2470 2469
24711; # End of AnyEvent::Handle 24701
2471

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines