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

1188 () 1188 ()
1189 } 1189 }
1190 1190
1191 1 1191 1
1192 } or do { 1192 } or do {
1193 # error case
1193 $json->incr_skip; 1194 $json->incr_skip;
1194 1195
1195 $self->{rbuf} = $json->incr_text; 1196 $self->{rbuf} = $json->incr_text;
1196 $json->incr_text = ""; 1197 $json->incr_text = "";
1197 1198
1198 $self->_error (&Errno::EBADMSG); 1199 $self->_error (&Errno::EBADMSG);
1199 }; 1200 };
1200
1201 } 1201 }
1202}; 1202};
1203 1203
1204=item storable => $cb->($handle, $ref) 1204=item storable => $cb->($handle, $ref)
1205 1205

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines