View Single Post
Old 08-16-2004, 01:17 PM   #6
slintz
Green Mole
 
Join Date: Aug 2004
Posts: 4
Well, I've exactly found the problem: the code doesn't respect the Content-Length header (or when chunked, the chunk sizes). Thus, it will always attempt an over-read. I suppose on some configurations that doesn't make a difference, but on mine it surely does! I've fully solved the problem in the test script and partially moved that solution into my own PhpDig code. If anyone cares to know more, get in touch...

Cheers!
slintz is offline   Reply With Quote