You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by ra...@vex.net on 1996/09/22 21:00:34 UTC

more on read_client_block

Ok, I managed to get read_client_block() to work for me, but I had
to add this line before the call:

        php_rqst->remaining = length + 1;

It seems odd that I have to manually set the r->remaining value.
Why isn't this set already directly from the content length?

Perhaps I don't understand chunking properly.  Could someone explain
it in 25 words or less?

-Rasmus