Update doc
This commit is contained in:
parent
962a75c45e
commit
e406a2c15e
|
@ -218,7 +218,7 @@ struct Stats {
|
||||||
std::array<size_t, 6> status;
|
std::array<size_t, 6> status;
|
||||||
// The statistics per request
|
// The statistics per request
|
||||||
std::vector<RequestStat> req_stats;
|
std::vector<RequestStat> req_stats;
|
||||||
// THe statistics per client
|
// The statistics per client
|
||||||
std::vector<ClientStat> client_stats;
|
std::vector<ClientStat> client_stats;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue