Using ver 1.9.0

Code:
try {
    $test = 
Zend_Feed::import('http://feeds.feedburner.com/techcrunch')<Feed::import%28%27http://feeds.feedburner.com/techcrunch%27%29>
;
} catch (Exception $e) {
    echo "Error: {$e->getMessage()}\n";
}

Produces:
Error: Invalid chunk size "" unable to read chunked body

Can anyone confirm this?  Any workarounds?  Anyway to manually specify that
HTTP/1.0 should be used instead of 1.1?

Any help is appreciated.

Arthur

Reply via email to