nghttpx: Remove trailing white space after $method log variable

This commit is contained in:
Tatsuhiro Tsujikawa 2021-02-08 22:22:05 +09:00
parent 3239c5efcc
commit 50a1121d81
1 changed files with 0 additions and 1 deletions

View File

@ -639,7 +639,6 @@ void upstream_accesslog(const std::vector<LogFragment> &lfv,
break; break;
case LogFragmentType::METHOD: case LogFragmentType::METHOD:
std::tie(p, last) = copy(method, p, last); std::tie(p, last) = copy(method, p, last);
std::tie(p, last) = copy(' ', p, last);
break; break;
case LogFragmentType::PATH: case LogFragmentType::PATH:
std::tie(p, last) = copy_escape(path, p, last); std::tie(p, last) = copy_escape(path, p, last);