]> granicus.if.org Git - apache/commit
Merge r1744980 from trunk:
authorJim Jagielski <jim@apache.org>
Mon, 6 Jun 2016 19:11:04 +0000 (19:11 +0000)
committerJim Jagielski <jim@apache.org>
Mon, 6 Jun 2016 19:11:04 +0000 (19:11 +0000)
commitbac82022d7f42b903b95fcf31abdb24391cfb9bc
tree30651312efb32b96f6be2f5443ea80b74b82ef5a
parent97c5647d09bc46c4539028ac6a2c20ed728f0c7f
Merge r1744980 from trunk:

Save a few bytes in the conf pool.

The directive's names don't need to be duplicated in this pool when parsing the configuration file.

Either they match a known directive name and we can use it directly if needed. Otherwise, it is still possible to make a copy afterwards.
Submitted by: jailletc36
Reviewed/backported by: jim

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1747055 13f79535-47bb-0310-9956-ffa450edef68
STATUS
server/config.c