From fc9df89100aaf5f359d16810e5081cd90970883f Mon Sep 17 00:00:00 2001 From: Dion Hulse Date: Sun, 8 Jul 2012 05:34:47 +0000 Subject: [PATCH] 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 --- wp-includes/class-http.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wp-includes/class-http.php b/wp-includes/class-http.php index f660c0d34a..5efbf4cdcb 100644 --- a/wp-includes/class-http.php +++ b/wp-includes/class-http.php @@ -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