ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/AnyEvent-MP/MP/Transport.pm
(Generate patch)

Comparing cvsroot/AnyEvent-MP/MP/Transport.pm (file contents):
Revision 1.35 by root, Sat Aug 15 02:36:03 2009 UTC vs.
Revision 1.36 by root, Sat Aug 15 04:34:34 2009 UTC

287 $hdl->rbuf_max (undef); 287 $hdl->rbuf_max (undef);
288 my $queue = delete $self->{queue}; # we are connected 288 my $queue = delete $self->{queue}; # we are connected
289 289
290 $self->{hdl}->rtimeout ($self->{remote_greeting}{timeout}); 290 $self->{hdl}->rtimeout ($self->{remote_greeting}{timeout});
291 $self->{hdl}->wtimeout ($arg{timeout} - LATENCY); 291 $self->{hdl}->wtimeout ($arg{timeout} - LATENCY);
292 $self->{hdl}->on_wtimeout (sub { $self->send (["", "devnull"]) }); 292 $self->{hdl}->on_wtimeout (sub { $self->send ([]) });
293 293
294 $self->connected; 294 $self->connected;
295 295
296 # send queued messages 296 # send queued messages
297 $self->send ($_) 297 $self->send ($_)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines