ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/Coro/myhttpd/httpd.pl
(Generate patch)

Comparing cvsroot/Coro/myhttpd/httpd.pl (file contents):
Revision 1.58 by root, Mon Dec 3 21:32:35 2001 UTC vs.
Revision 1.59 by root, Wed Dec 5 02:02:23 2001 UTC

566 } 566 }
567 } 567 }
568 568
569 if ($blocked{$self->{remote_id}}) { 569 if ($blocked{$self->{remote_id}}) {
570 $self->{h}{connection} = "close"; 570 $self->{h}{connection} = "close";
571 die bless {}, err:: 571 die bless {}, err::;
572 } 572 }
573 573
574 if (0) { # !AIO 574 if (0) { # !AIO
575 sysread $fh, $buf, $h > $bufsize ? $bufsize : $h 575 sysread $fh, $buf, $h > $bufsize ? $bufsize : $h
576 or last; 576 or last;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines