]> granicus.if.org Git - apache/commit
mod_logio: introduce new optional function ap_logio_get_last_bytes to get
authorStefan Fritsch <sf@apache.org>
Thu, 8 Oct 2009 21:42:13 +0000 (21:42 +0000)
committerStefan Fritsch <sf@apache.org>
Thu, 8 Oct 2009 21:42:13 +0000 (21:42 +0000)
commit92023763f1e20e3e36151dafd4d81014e230907e
treed72fe5c5676b333060aa2c951e82200f4410ecf4
parent3c6bce62c6657a4f5f7ae8fbf5027a193a34bb19
mod_logio: introduce new optional function ap_logio_get_last_bytes to get
total byte count of last request.

core: Use ap_logio_get_last_bytes to report more accurate byte counts in
mod_status if mod_logio is loaded. Without mod_logio, don't increment
counts for HEAD requests.

PR: 25656

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@823337 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
include/ap_mmn.h
include/http_core.h
modules/loggers/mod_logio.c
server/scoreboard.c