WP_HTTP: Add a @link to the Chunked Decode RFC for documentation of how to decode the data correctly. Props mailnew2ster. Fixes #14184
git-svn-id: https://develop.svn.wordpress.org/trunk@21231 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
77c54f2481
commit
fc9df89100
|
@ -429,6 +429,8 @@ class WP_Http {
|
||||||
* Based off the HTTP http_encoding_dechunk function. Does not support UTF-8. Does not support
|
* Based off the HTTP http_encoding_dechunk function. Does not support UTF-8. Does not support
|
||||||
* returning footer headers. Shouldn't be too difficult to support it though.
|
* returning footer headers. Shouldn't be too difficult to support it though.
|
||||||
*
|
*
|
||||||
|
* @link http://tools.ietf.org/html/rfc2616#section-19.4.6 Process for chunked decoding.
|
||||||
|
*
|
||||||
* @todo Add support for footer chunked headers.
|
* @todo Add support for footer chunked headers.
|
||||||
* @access public
|
* @access public
|
||||||
* @since 2.7.0
|
* @since 2.7.0
|
||||||
|
|
Loading…
Reference in New Issue