Go to file
Dion Hulse 2785826961 WP_HTTP: Improve WP_HTTP::chunkTransferDecode() to properly handle binary data and chunked responses which include data in the page that looks like a chunked response.
This also fixes a case where the gzip'd data would become corrupt after chunked decoding as \r\n was replaced with \n in the data stream. Fixes #23463 


git-svn-id: https://develop.svn.wordpress.org/trunk@25153 602fd350-edb4-49c9-b593-d223f7449a82
2013-08-28 06:52:09 +00:00
src WP_HTTP: Improve WP_HTTP::chunkTransferDecode() to properly handle binary data and chunked responses which include data in the page that looks like a chunked response. 2013-08-28 06:52:09 +00:00
tests Unit Tests: Make it more compatible with PHPUnit when installed as a Phar, or, Composer package, by removing a duplicate require (Phpunit already includes the file itself). Props scribu Fixes #25065 2013-08-28 01:43:14 +00:00
tools/i18n i18n Tools: Update the default msgid-bugs-address. see #21444. 2013-08-22 22:07:08 +00:00
.gitignore New develop.svn.wordpress.org repository based on the old core.svn repository. 2013-08-07 05:25:25 +00:00
Gruntfile.js Remove temporary svn task from Gruntfile.js. props jorbin, fixes #24981. 2013-08-07 17:34:05 +00:00
package.json New develop.svn.wordpress.org repository based on the old core.svn repository. 2013-08-07 05:25:25 +00:00