]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Small optimization, if we are behind (at the 5th segment, for example),
authorWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 22 Apr 2002 16:43:46 +0000 (16:43 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 22 Apr 2002 16:43:46 +0000 (16:43 +0000)
commit0468e9b273c1e8c0e037f7b4cb1c0b7216db883b
tree09f871c6b258011534eb9d56999e4101a2ccece1
parent71f960866f5abc817197fde5527750d4ae3cba13
  Small optimization, if we are behind (at the 5th segment, for example),
  catch up the segment-count-sorted directory list without string compares.
  Mostly affects win32 which jumps from seg 0 (root) to 4 for UNC path names.

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