Ignore:
Timestamp:
2006/11/13 14:52:55 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/module/Request.php

    r8269 r8270  
    683683            // Read the response 
    684684            $this->_response = &new HTTP_Response($this->_sock, $this->_listeners); 
     685            sfprintr($this->_response); 
    685686            $err = $this->_response->process( 
    686687                $this->_saveBody && $saveBody, 
     
    11181119        do { 
    11191120            $line = $this->_sock->readLine(); 
    1120             sfprintr($line); 
    11211121            if (sscanf($line, 'HTTP/%s %s', $http_version, $returncode) != 2) { 
    11221122                return PEAR::raiseError('Malformed response.'); 
Note: See TracChangeset for help on using the changeset viewer.