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.214 by root, Sun Jan 16 17:12:27 2011 UTC vs.
Revision 1.215 by root, Sun Jan 23 10:44:48 2011 UTC

765 765
766sub rbuf_max { 766sub rbuf_max {
767 $_[0]{rbuf_max} = $_[1]; 767 $_[0]{rbuf_max} = $_[1];
768} 768}
769 769
770sub rbuf_max { 770sub wbuf_max {
771 $_[0]{wbuf_max} = $_[1]; 771 $_[0]{wbuf_max} = $_[1];
772} 772}
773 773
774############################################################################# 774#############################################################################
775 775

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines