nghttp: Fix unaligned field output in --stat

This commit is contained in:
Tatsuhiro Tsujikawa 2015-02-15 16:23:26 +09:00
parent f4c0a243e7
commit bb856fe4c5
1 changed files with 1 additions and 1 deletions

View File

@ -1903,7 +1903,7 @@ Request timing:
sorted by 'complete' sorted by 'complete'
complete request process code size request path)" << std::endl; complete request process code size request path)" << std::endl;
const auto &base = client.timing.on_handshake_time; const auto &base = client.timing.on_handshake_time;
for (const auto &req : reqs) { for (const auto &req : reqs) {