On Mon, Dec 31, 2012 at 3:40 PM, benjamingb <[email protected]> wrote:
> I am creating an RSS reader
>
> I have a problem
>
> //ZF2
> $feed=\Zend\Feed\Reader\Reader::import('http://blog.benetton.com/peru/feed/')//error
> file:
> /var/www/rss/vendor/ZendFramework/ZendFramework/library/Zend/Http/Response.php:449
> Message:
> Error parsing body - doesn't seem to be a chunked message

There's a problem in the HTTP client surrounding handling of chunked
HTTP responses, and it looks like it's affecting a number of
components that rely on the HTTP client; I'll likely have a fix on
master sometime today or tomorrow.


>
>
> =======================
> //ZF1
> $feed=new Zend_Feed_Rss('http://blog.benetton.com/peru/feed/')//OK
>
> Have any idea why it does not work in ZF2?
>
>
>
> --
> View this message in context: 
> http://zend-framework-community.634137.n4.nabble.com/Zend-Feed-Reader-Reader-import-Error-tp4658637.html
> Sent from the Zend Framework mailing list archive at Nabble.com.
>
> --
> List: [email protected]
> Info: http://framework.zend.com/archives
> Unsubscribe: [email protected]
>
>



--
Matthew Weier O'Phinney
Project Lead            | [email protected]
Zend Framework          | http://framework.zend.com/
PGP key: http://framework.zend.com/zf-matthew-pgp-key.asc

-- 
List: [email protected]
Info: http://framework.zend.com/archives
Unsubscribe: [email protected]


Reply via email to