]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
* Optimize code: We know that we already have a valid encoding string,
authorRuediger Pluem <rpluem@apache.org>
Fri, 10 Feb 2023 16:17:54 +0000 (16:17 +0000)
committerRuediger Pluem <rpluem@apache.org>
Fri, 10 Feb 2023 16:17:54 +0000 (16:17 +0000)
commit7e5010b3cbfb25f5347ac888bf8961e41556b8f1
treeb622c2b867061b52ad76a7e75d31cfe9db3d3a9e
parentd7b288dff443f2eec57393272ed86b70d6392cab
* Optimize code: We know that we already have a valid encoding string,
  because we just decoded it. Hence just copy what we have instead of
  redoing it.

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