Was ignoring "/" -- the main web page!

This commit is contained in:
terry%netscape.com 1999-02-12 19:08:06 +00:00
parent 24794afa2c
commit 00932f72b0

View File

@ -92,7 +92,7 @@ while (<STDIN>) {
}
chomp;
if (! m@\[(\d+)/(\w+)/(\d+):(\d+):(\d+):(\d+).*\].*GET (/\S+) HTTP@) {
if (! m@\[(\d+)/(\w+)/(\d+):(\d+):(\d+):(\d+).*\].*GET (/\S*) HTTP@) {
next;
}