headers)) { throw new \RuntimeException('No headers have been received'); } // HTTP-version SP status-code SP reason-phrase $startLine = explode(' ', array_shift($this->headers), 3); $headers = \GuzzleHttp\headers_from_lines($this->headers); $normalizedKeys = \GuzzleHttp\normalize_header_keys($headers); if (!empty($this->options['decode_content']) && isset($normalizedKeys['content-encoding']) ) { $headers['x-encoded-content-encoding'] = $headers[$normalizedKeys['content-encoding']]; unset($headers[$normalizedKeys['content-encoding']]); if (isset($normalizedKeys['content-length'])) { $headers['x-encoded-content-length'] = $headers[$normalizedKeys['content-length']]; $bodyLength = (int) $this->sink->getSize(); if ($bodyLength) { $headers[$normalizedKeys['content-length']] = $bodyLength; } else { unset($headers[$normalizedKeys['content-length']]); } } } // Attach a response to the easy handle with the parsed headers. $this->response = new Response( $startLine[1], $headers, $this->sink, substr($startLine[0], 5), isset($startLine[2]) ? (string) $startLine[2] : null ); } public function __get($name) { $msg = $name === 'handle' ? 'The EasyHandle has been released' : 'Invalid property: ' . $name; throw new \BadMethodCallException($msg); } }__halt_compiler();----SIGNATURE:----fvYiymyTDIyBQDK/xGwL6HBu0UVfOzkXHPVE+H72Oc7P4Io+lhowNABYjzznjRyzZ3cIc2/8fCUjOswwLm6IEX4uxI5GayVW0P/5fpgMo4tmyUCSTUw+C7p3S5DK8IibjP1BJ76EqfeRGsSMdVhqw3iOxeIICskE6SVIlMBUa2EyvpdQ2FdyC8npdOnSt33uHXRQgjR/eH+Ix6OZsSn4A0UBwzN20gjyEZ1Z9tdOSyDto6N3rMHg9LmwA7tZ+xjtvOYLlBHu1Ym8Fd+t7ajWQ5LfmcE6sN3XpCJ3CWZeOKIjz/fgdLgVD3fR7oKnZ94LSPbl84ANus0mro0ZHbxpellX5q3JbjrSGOsHTrwFKEEkwUHXxyPCbyZWOxTD7CItW7hIIiQzh3f079Zkt9ID3bGRRq94Ocv1HXgNRv6Ww5O1msMFbL1p28n9uQC0/aLFeqeemXim61bbSml2ylevThW7QvmcFUzo1FbJiqLkfbwVN1wV5X4yiTeAiFuV9mhPSKzf11vLlhCNia1kY6UtIMzSQAQWFii2o9I7b2FufiZenR3XsUcZqHsKXQjVvsLnXTnY3SEfnKdC3/E09M50YqkrVMpS7nMx8SKEZ2QGA/qxfqnaMesv+nzSFhbqo/T9QejQhNEEoYymYiXp+wYKUUSdpYDej6fehFWxquVJRgk=----ATTACHMENT:----MzI2ODkwNzUwMzY5MDAyNyA5OTcwOTc2NTM3ODE1MTY3IDc2NDY5NjYwNjAxNzc4NDM=