]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Backport:
authorGraham Leggett <minfrin@apache.org>
Wed, 14 Dec 2011 01:32:31 +0000 (01:32 +0000)
committerGraham Leggett <minfrin@apache.org>
Wed, 14 Dec 2011 01:32:31 +0000 (01:32 +0000)
commitf3f2abdb9eddec36f839ce870a32f6d6916fe49d
treec96c98b9b13102d94690dfb72a184aab7b970e38
parent6632c1fb75ceb1186408384e57a39b8e0216b405
Backport:
Further clarify the naming of the entity that originates the request by
calling that entity a useragent instead of a client.
Further clarify the naming of the entity that directly connects to us by
calling that entity a client instead of a peer.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1214022 13f79535-47bb-0310-9956-ffa450edef68
26 files changed:
docs/manual/developer/new_api_2_4.xml
docs/manual/mod/mod_remoteip.xml
include/httpd.h
modules/aaa/mod_access_compat.c
modules/aaa/mod_authz_host.c
modules/arch/netware/mod_nw_ssl.c
modules/cluster/mod_heartmonitor.c
modules/echo/mod_echo.c
modules/filters/mod_ext_filter.c
modules/http/http_request.c
modules/loggers/mod_log_config.c
modules/lua/lua_request.c
modules/mappers/mod_rewrite.c
modules/metadata/mod_ident.c
modules/metadata/mod_remoteip.c
modules/metadata/mod_setenvif.c
modules/proxy/ajp_header.c
modules/proxy/mod_proxy_http.c
modules/ssl/ssl_engine_kernel.c
modules/ssl/ssl_engine_vars.c
server/core.c
server/log.c
server/protocol.c
server/request.c
server/util_expr_eval.c
server/util_script.c