You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Aaron Bannert <aa...@clove.org> on 2001/11/08 20:57:15 UTC

Re: cvs commit: httpd-2.0/modules/http http_protocol.c

On Thu, Nov 08, 2001 at 07:35:32PM -0000, jerenkrantz@apache.org wrote:
>   Clean up the declarations and comments of some of the variables in
>   ap_get_client_block.
>   There were two len_read vars (each of different types), so the outer one
>   was shadowed - move it to the correct scope.
>   Move apr_bucket* old declaration inside of the loop so it is obvious
>   what its scope is.
[...]
>   -    apr_off_t len_read;

Thank you, that shadowed len_read variable was on my hit list. :)

-aaron