News Feed
Jobs Feed
Sections




News Archive
feed this:

Mike's Blog:
PECL HTTP module - A nasty bug and a new example
December 07, 2005 @ 07:58:43

From Mike's blog today, he has this post that looks at the PECL::HTTP extension and a "nasty bug" he's fixed.

I just fixed a nasty bug which caused GZIP encoded files (speak tgz etc.) to be decoded. While it'll just eat some memory on a 200 response (besides that the body is not what one would expect), it'll eat all memory on 206 (partial content) responses because the part is fed through zlib. I'll just need to revisit the HTTP RFC to check if checking for the "Vary" response header is the best bet before I drop the new release.

Also included in the post is an example script covering how one can download large files with the same, corrected extension...

0 comments voice your opinion now!
PECL HTTP nasty bug PECL HTTP nasty bug



Community Events









Don't see your event here?
Let us know!


zendframework2 language api opinion podcast framework functional example release tool testing interview composer development code object unittest community event introduction

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework