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.225 by root, Mon Sep 26 11:32:19 2011 UTC vs.
Revision 1.226 by root, Mon Dec 12 12:56:04 2011 UTC

1792some readings of the the SSL/TLS specifications basically require this 1792some readings of the the SSL/TLS specifications basically require this
1793attack to be working, as SSL/TLS implementations might stall sending data 1793attack to be working, as SSL/TLS implementations might stall sending data
1794during a rehandshake. 1794during a rehandshake.
1795 1795
1796As a guideline, during the initial handshake, you should not stop reading, 1796As a guideline, during the initial handshake, you should not stop reading,
1797and as a client, it might cause problems, depending on your applciation. 1797and as a client, it might cause problems, depending on your application.
1798 1798
1799=cut 1799=cut
1800 1800
1801sub stop_read { 1801sub stop_read {
1802 my ($self) = @_; 1802 my ($self) = @_;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines