Changeset 8560
- Timestamp:
- 08/05/2008 10:22:07 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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();
Note: See TracChangeset
for help on using the changeset viewer.