2 http_split_response() list bug (mem-leaks)
10 $data = "HTTP/1.1 200 Ok\r\nContent-Type: text/plain\r\nContent-Language: de-AT\r\nDate: Sat, 22 Jan 2005 18:10:02 GMT\r\n\r\nHallo Du!";
13 function fail($data) {
14 list($this->r['headers'], $this->r['body']) = http_split_response($data);