Merge pull request #1553 from nghttp2/nghttpx-fix-accesslog-method
nghttpx: Remove trailing white space after $method log variable
This commit is contained in:
commit
40679cf638
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue