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

Comparing Coro/myhttpd/httpd.pl (file contents):
Revision 1.74 by root, Fri Oct 25 13:51:39 2002 UTC vs.
Revision 1.75 by root, Wed May 7 18:24:37 2003 UTC

540 540
541sub handle_file { 541sub handle_file {
542 my ($self, $queue, $tbf) = @_; 542 my ($self, $queue, $tbf) = @_;
543 my $length = $self->{stat}[7]; 543 my $length = $self->{stat}[7];
544 my $hdr = { 544 my $hdr = {
545 "Last-Modified" => time2str ((stat _)[9]), 545 "Last-Modified" => time2str ((stat _)[9]),
546 "Accept-Ranges" => "bytes",
546 }; 547 };
547 548
548 my @code = (200, "ok"); 549 my @code = (200, "ok");
549 my ($l, $h); 550 my ($l, $h);
550 551

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines