]> granicus.if.org Git - apache/commit
Avoid some memory allocation on error path in 'http2env' if TRACE1 logging is not...
authorChristophe Jaillet <jailletc36@apache.org>
Fri, 1 Mar 2013 06:33:40 +0000 (06:33 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Fri, 1 Mar 2013 06:33:40 +0000 (06:33 +0000)
commit85ed636d1d29c0625f9d8c4b1d347e3a22d4869a
tree8113d277eb5bf62801b24123ec7b0b27380d5942
parent2588cf8487cd78d4c7c82b6b11f9613c437caf9a
Avoid some memory allocation on error path in 'http2env' if TRACE1 logging is not activated.
Avoid a function call to 'apr_filepath_name_get' which ends up to a strrchr call, if TRACE1 logging is not activated.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1451478 13f79535-47bb-0310-9956-ffa450edef68
server/util_script.c