]> granicus.if.org Git - apache/commit
Fix compile time warnings.
authorGarrett Rooney <rooneg@apache.org>
Fri, 28 Apr 2006 17:50:56 +0000 (17:50 +0000)
committerGarrett Rooney <rooneg@apache.org>
Fri, 28 Apr 2006 17:50:56 +0000 (17:50 +0000)
commit30a1824be9012a7d567b312699a5f4124ec1e05a
tree2fe3f415d930e1fe5df43bff92c7b88585b18a0a
parentb2820e8da8994f7ff195bf8070453a7334bffae8
Fix compile time warnings.

Pointed out by: jorton

* modules/proxy/mod_proxy_fcgi.c
  Add include of util_script.h to pick up some function prototypes.
  (send_begin_request): Initialize the reserved bytes in the request
   body to zero.
  (dispatch): Use APR_SIZE_T_FMT instead of %d when logging an apr_size_t.

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