Unverified Commit 40679cf6 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa Committed by GitHub

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

nghttpx: Remove trailing white space after $method log variable
parents 5b587e85 50a1121d
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment