]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Testing len > 0 is redundant when *field is a "\0" and mismatches here.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 3 Aug 2016 21:18:12 +0000 (21:18 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 3 Aug 2016 21:18:12 +0000 (21:18 +0000)
commit5f7565364faaddc8100aa6eab8de17751cf6f711
treebc41b5e94f0b7757947b820b12c2599c91727f92
parent671d9cbe970a3235f41e22e00a48b28e6ac4a2e1
Testing len > 0 is redundant when *field is a "\0" and mismatches here.

folded flag was a no-op, unused once we added continue; logic.

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