Changeset 8270 for temp/trunk/data/module/Request.php
- Timestamp:
- 2006/11/13 14:52:55 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/data/module/Request.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/module/Request.php
r8269 r8270 683 683 // Read the response 684 684 $this->_response = &new HTTP_Response($this->_sock, $this->_listeners); 685 sfprintr($this->_response); 685 686 $err = $this->_response->process( 686 687 $this->_saveBody && $saveBody, … … 1118 1119 do { 1119 1120 $line = $this->_sock->readLine(); 1120 sfprintr($line);1121 1121 if (sscanf($line, 'HTTP/%s %s', $http_version, $returncode) != 2) { 1122 1122 return PEAR::raiseError('Malformed response.');
Note: See TracChangeset
for help on using the changeset viewer.
