--- trunk/Estraier.pm 2006/01/16 21:19:44 76 +++ trunk/Estraier.pm 2006/01/16 21:34:14 77 @@ -1418,7 +1418,7 @@ $req->headers->header( 'Host' => $url->host . ":" . $url->port ); $req->headers->header( 'Connection', 'close' ); - $req->headers->header( 'Authorization', 'Basic ' . $self->{auth} ); + $req->headers->header( 'Authorization', 'Basic ' . $self->{auth} ) if ($self->{auth}); $req->content_type( $content_type ); warn $req->headers->as_string,"\n" if ($self->{debug});