Show
Ignore:
Timestamp:
08/05/08 00:01:28 (5 years ago)
Author:
tokuhirom
Message:

$c->req->base is not a main problem

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/HTTP-Engine/branches/lazy_request/t/020_interface/test_upload.t

    r16873 r17077  
    3636            request_handler => sub { 
    3737                my $c = shift; 
    38                 $c->res->header( 'X-Req-Base' => $c->req->base ); 
    3938                $c->res->body('OK!'); 
    4039                return unless $body; 
     
    9897Content-Type: text/html 
    9998Status: 200 
    100 X-Req-Base: http://localhost/ 
    10199 
    102100OK! 
     
    107105Content-Type: text/html 
    108106Status: 200 
    109 X-Req-Base: http://localhost/ 
    110107 
    111108OK!