Show
Ignore:
Timestamp:
07/01/04 03:16:48 (6 years ago)
Author:
marksmith
Message:

Big Perlbal change: split "headers" field into two: req_headers and res_headers.
Previously we used one and just modified it on the way through, but this
wasn't so useful because we don't want to speak to our backends the same
way we talk to the user.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/lib/Perlbal/ClientManage.pm

    r115 r120  
    6161    my Perlbal::ClientManage $self = shift; 
    6262 
    63     my $uri = $self->{headers}->request_uri; 
     63    my $uri = $self->{req_headers}->request_uri; 
    6464 
    6565    my $body;