mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-16 00:58:05 -05:00
[BUG] Fix silly typo: hspr_other -> hrsp_other
s/hspr_other/hrsp_other/
This commit is contained in:
parent
be6008f322
commit
e5cc072e5d
1 changed files with 1 additions and 1 deletions
|
|
@ -244,7 +244,7 @@ int print_csv_header(struct chunk *msg)
|
|||
"pid,iid,sid,throttle,lbtot,tracked,type,"
|
||||
"rate,rate_lim,rate_max,"
|
||||
"check_status,check_code,check_duration,"
|
||||
"hrsp_1xx,hrsp_2xx,hrsp_3xx,hrsp_4xx,hrsp_5xx,hspr_other,"
|
||||
"hrsp_1xx,hrsp_2xx,hrsp_3xx,hrsp_4xx,hrsp_5xx,hrsp_other,"
|
||||
"\n");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue