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: http://core.svn.wordpress.org/trunk@21231 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
6f29700fdb
commit
251719c5e5
|
@ -429,6 +429,8 @@ class WP_Http {
|
|||
* 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.
|
||||
*
|
||||
* @link http://tools.ietf.org/html/rfc2616#section-19.4.6 Process for chunked decoding.
|
||||
*
|
||||
* @todo Add support for footer chunked headers.
|
||||
* @access public
|
||||
* @since 2.7.0
|
||||
|
|
Loading…
Reference in New Issue