Changeset 37674 for trunk/src/wp-includes/class-http.php
- Timestamp:
- 06/10/2016 04:49:09 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-http.php
r37514 r37674 701 701 * Based off the HTTP http_encoding_dechunk function. 702 702 * 703 * @link http ://tools.ietf.org/html/rfc2616#section-19.4.6 Process for chunked decoding.703 * @link https://tools.ietf.org/html/rfc2616#section-19.4.6 Process for chunked decoding. 704 704 * 705 705 * @access public
Note: See TracChangeset
for help on using the changeset viewer.