X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?p=spider.git;a=blobdiff_plain;f=perl%2FEphMsg.pm;h=bf43a334872be9fbede5aebfc5abb56a8284011e;hp=2fa7a593e960bf4edb61333f33831b74b317084f;hb=cbb522ef802d48991734a4ce803fa6ffa9774588;hpb=e49e641d1a518e4f3b4308e078e06653e0b91a38 diff --git a/perl/EphMsg.pm b/perl/EphMsg.pm index 2fa7a593..bf43a334 100644 --- a/perl/EphMsg.pm +++ b/perl/EphMsg.pm @@ -61,6 +61,8 @@ sub dequeue $conn->{msg} =~ s/([^\cM\cJ]*)\cM?\cJ//g; } + $conn->{linesin} += @lines; + $Msg::total_lines_in += @lines; while (defined ($msg = shift @lines)) { dbg("connect $conn->{cnum}: $msg") if $conn->{state} ne 'C' && isdbg('connect');