Skip to content

Commit

Permalink
Merge pull request nghttp2#1553 from nghttp2/nghttpx-fix-accesslog-me…
Browse files Browse the repository at this point in the history
…thod

nghttpx: Remove trailing white space after $method log variable
  • Loading branch information
tatsuhiro-t authored Feb 8, 2021
2 parents 5b587e8 + 50a1121 commit 40679cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/shrpx_log.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 40679cf

Please sign in to comment.