]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Partially revert r1203859: use a fixed string
authorRainer Jung <rjung@apache.org>
Sun, 4 Dec 2011 15:16:45 +0000 (15:16 +0000)
committerRainer Jung <rjung@apache.org>
Sun, 4 Dec 2011 15:16:45 +0000 (15:16 +0000)
commitaa129fc5dd20e73dd02860234659c02d713460d8
tree5d8c29ae417eebf4a592ea68858034f7a5bc3157
parentcd77f331d94667e2e440f4c21a1ce9750353805c
Partially revert r1203859: 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.

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