]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Save a few cycles.
authorChristophe Jaillet <jailletc36@apache.org>
Sat, 14 Nov 2020 12:46:38 +0000 (12:46 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sat, 14 Nov 2020 12:46:38 +0000 (12:46 +0000)
commitb2b57c3183430a427ecef986e560d8d25db144f1
tree3cda9a1adad1c379fbdd16bd1ea4fb5d3483e5a4
parentfa34dffe636bb72843ed45cde878806de4dfe627
Save a few cycles.

'is_absolute_uri()' returns the length of the prefix, so there is no need to scan
these bytes when looking for a '?' character

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