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

View File

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