Changeset 8560
- Timestamp:
- 08/05/08 22:22:07 (4 months ago)
- Files:
-
- trunk/wp-includes/http.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/http.php
r8549 r8560 797 797 list($theHeaders, $theBody) = explode("\r\n\r\n", $strResponse, 2); 798 798 $theHeaders = WP_Http::processHeaders($theHeaders); 799 $theBody = http_chunked_decode($theBody); 799 800 if ( !empty($theBody) ) 801 $theBody = http_chunked_decode($theBody); 800 802 801 803 $theResponse = array();
