Merge pull request #1553 from nghttp2/nghttpx-fix-accesslog-method

nghttpx: Remove trailing white space after $method log variable
This commit is contained in:
Tatsuhiro Tsujikawa 2021-02-08 23:02:19 +09:00 committed by GitHub
commit 40679cf638
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

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);