nghttp: Fix unaligned field output in --stat
This commit is contained in:
parent
f4c0a243e7
commit
bb856fe4c5
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue