]> granicus.if.org Git - apache/commit
Clean up the declarations and comments of some of the variables in
authorJustin Erenkrantz <jerenkrantz@apache.org>
Thu, 8 Nov 2001 19:35:32 +0000 (19:35 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Thu, 8 Nov 2001 19:35:32 +0000 (19:35 +0000)
commit0506ac2b0a6e827e122ac16de4f710b13b7f441f
tree7df38e48c22cec06971a9b6739f1440898002bca
parent7f3dac3d2695df4e801c73583cb5fe0e36f28fc4
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.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91806 13f79535-47bb-0310-9956-ffa450edef68
modules/http/http_protocol.c