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.111 by root, Wed Jan 21 06:01:29 2009 UTC vs.
Revision 1.112 by root, Wed Jan 21 06:01:35 2009 UTC

1196 $self->{rbuf} = $json->incr_text; 1196 $self->{rbuf} = $json->incr_text;
1197 $json->incr_text = ""; 1197 $json->incr_text = "";
1198 1198
1199 $self->_error (&Errno::EBADMSG); 1199 $self->_error (&Errno::EBADMSG);
1200 }; 1200 };
1201
1202 } 1201 }
1203}; 1202};
1204 1203
1205=item storable => $cb->($handle, $ref) 1204=item storable => $cb->($handle, $ref)
1206 1205

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines