]> granicus.if.org Git - apache/commit
As promised, reduce this logic by net 9 code lines, shifting the burden
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 4 Aug 2016 20:46:45 +0000 (20:46 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 4 Aug 2016 20:46:45 +0000 (20:46 +0000)
commite0a32d9c602ba3dbba6cc4633169cf62b2263ca3
treedacddfb96600b375601062b3ba03fff4233a5c55
parentedd78a4931bbc7eb2a227d27f022e8938d25c4e1
As promised, reduce this logic by net 9 code lines, shifting the burden
of killing trailing whitespace to the purpose-agnostic read logic.

Whitespace before or after an obs-fold, and before or after a field value
have no semantic purpose at all. Because we are building a buffer for all
folded values, reducing the size of the newly allocated buffer is always
to our advantage.

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