Changeset 8578
- Timestamp:
- 08/06/2008 09:57:25 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/http.php
r8560 r8578 798 798 $theHeaders = WP_Http::processHeaders($theHeaders); 799 799 800 if ( ! empty($theBody))800 if ( ! empty( $theBody ) && isset( $theHeaders['headers']['transfer-encoding'] ) && 'chunked' == $theHeaders['headers']['transfer-encoding'] ) 801 801 $theBody = http_chunked_decode($theBody); 802 802
Note: See TracChangeset
for help on using the changeset viewer.