Summery Summery
Parse the body
Syntax Syntax
Source Source
File: wp-includes/SimplePie/HTTP/Parser.php
if (!empty($this->headers['transfer-encoding'])) { unset($this->headers['transfer-encoding']); $this->state = 'chunked'; } else { $this->state = 'emit'; } } /** * Parsed a "Transfer-Encoding: chunked" body