]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Partially revert r1203861: use a fixed string
authorRainer Jung <rjung@apache.org>
Sun, 4 Dec 2011 15:20:51 +0000 (15:20 +0000)
committerRainer Jung <rjung@apache.org>
Sun, 4 Dec 2011 15:20:51 +0000 (15:20 +0000)
commit4776fccf023f0a4fbc1ac93cdeb0d902e4d43431
tree4c79844445e13b1c82dca33454af22245c4f1fa7
parenta63af38ea34b9210ec83936ce0575a5fc349823b
Partially revert r1203861: use a fixed string
per module as the proxy_function instead of
the macro __FUNCTION__ which is not C89.

There's no real loss of information, because all
of the calls are in the same scgi handler function.

All proxy modules apart form SCGI already use the
upper case scheme in the analogous calls.

Backport of r1210124 from trunk.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1210125 13f79535-47bb-0310-9956-ffa450edef68
modules/proxy/mod_proxy_scgi.c