]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
cleanup splitout_queryargs function.
authorAndré Malo <nd@apache.org>
Mon, 28 Jul 2003 21:59:43 +0000 (21:59 +0000)
committerAndré Malo <nd@apache.org>
Mon, 28 Jul 2003 21:59:43 +0000 (21:59 +0000)
commit30ee44124881eab2fa5fd7388aa0a660e917106a
treefdf6cd5d9e0b4313574b352dffcd68dc4a515a32
parent008aaa8136029b9019428348a8ae60bfca56d840
cleanup splitout_queryargs function.
- don't compute strlen more than one time
- use ap_strchr instead of strchr

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