Help for this page

Select Code to Download


  1. or download this
    stale_connection => sub { 
       my ($s,$conn,$key) = @_;
    ...
       $conn->log->("$key is stale.");
       $s->remove_connection($key);
    },
    
  2. or download this
    print ${$self->recv_buffer};