/[Search-Estraier]/trunk/lib/Search/Estraier.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/lib/Search/Estraier.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 76 by dpavlin, Mon Jan 16 21:19:44 2006 UTC revision 77 by dpavlin, Mon Jan 16 21:34:14 2006 UTC
# Line 1418  sub shuttle_url { Line 1418  sub shuttle_url {
1418    
1419          $req->headers->header( 'Host' => $url->host . ":" . $url->port );          $req->headers->header( 'Host' => $url->host . ":" . $url->port );
1420          $req->headers->header( 'Connection', 'close' );          $req->headers->header( 'Connection', 'close' );
1421          $req->headers->header( 'Authorization', 'Basic ' . $self->{auth} );          $req->headers->header( 'Authorization', 'Basic ' . $self->{auth} ) if ($self->{auth});
1422          $req->content_type( $content_type );          $req->content_type( $content_type );
1423    
1424          warn $req->headers->as_string,"\n" if ($self->{debug});          warn $req->headers->as_string,"\n" if ($self->{debug});

Legend:
Removed from v.76  
changed lines
  Added in v.77

  ViewVC Help
Powered by ViewVC 1.1.26