]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Use the new ap_update_child_status_from_conn() to put the client IP into the
authorStefan Fritsch <sf@apache.org>
Sun, 18 Oct 2009 21:38:35 +0000 (21:38 +0000)
committerStefan Fritsch <sf@apache.org>
Sun, 18 Oct 2009 21:38:35 +0000 (21:38 +0000)
commit702b9ec34de714b20df972abb4b4606a031cebf2
tree9bcad4991206339b864a60ffc9996525cf9034b5
parent5debe7ffdd447dea9ce6167bb41fc626f0d63318
Use the new ap_update_child_status_from_conn() to put the client IP into the
scoreboard (and show it in mod_status) as soon as we start reading the request.

Empty the vhost and request fields in ap_update_child_status_from_conn so that
mod_status does not display outdated data if the connection closes without
the request being completely read.

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