Changeset 21290
- Timestamp:
- 07/20/2012 03:09:11 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-http.php
r21241 r21290 1680 1680 * Decompression of deflated string while staying compatible with the majority of servers. 1681 1681 * 1682 * Certain Servers will return deflated data with headers which PHP's gzin iflate()1682 * Certain Servers will return deflated data with headers which PHP's gzinflate() 1683 1683 * function cannot handle out of the box. The following function has been created from 1684 1684 * various snippets on the gzinflate() PHP documentation.
Note: See TracChangeset
for help on using the changeset viewer.