This repository was archived by the owner on Sep 20, 2021. It is now read-only.
This repository was archived by the owner on Sep 20, 2021. It is now read-only.
Undefined offset: 1 when parse garbage HTTP header #29
Open
Description
When HTTP header is not valid, this line
Line 139 in 6d3e114
Can you add something like this
if(stripos($header, ':')) {
list($name, $value) = explode(':', $header, 2);
$this->_headers[strtolower($name)] = trim($value);
}
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.