@@ -166,7 +166,7 @@ |
||
166 | 166 | |
167 | 167 | if ($headers = $this->received_headers) { |
168 | 168 | // Filter out HTTP status and empty header lines |
169 | - $headers = array_filter(explode("\r\n", $headers), function ($header) { |
|
169 | + $headers = array_filter(explode("\r\n", $headers), function($header) { |
|
170 | 170 | return empty($header) == false && strpos($header, ':'); |
171 | 171 | }); |
172 | 172 |