]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Update the proxy worker stats when we read/write data from/to the back
authorGarrett Rooney <rooneg@apache.org>
Mon, 23 Jan 2006 15:57:03 +0000 (15:57 +0000)
committerGarrett Rooney <rooneg@apache.org>
Mon, 23 Jan 2006 15:57:03 +0000 (15:57 +0000)
commit769ceff431b0351ee5527d9ff5db8eb7c32ac38e
treed44e2a17ac06fb6e8b27da93a1b38203158e0e77
parentfee8affb5299a572edc2819dd074e3c47990a19d
Update the proxy worker stats when we read/write data from/to the back
end fastcgi process.

* modules/proxy/mod_proxy_fcgi.c
  (send_data, get_data): New wrapper functions that do the sendv/recv
   stuff and then update the proper statistics.
  (send_begin_request, send_environment, dispatch): Use send_data/get_data.

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