Skip to content

Commit

Permalink
Merge pull request #246 from u5surf/issue-212-2
Browse files Browse the repository at this point in the history
Bugfix: use trimmed serverZones name
  • Loading branch information
u5surf authored Sep 16, 2022
2 parents c3f8e82 + 3befaf9 commit e397b57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ngx_http_vhost_traffic_status_display_json.c
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ ngx_http_vhost_traffic_status_display_set_server_node(
vtsn->stat_request_time_counter_oc);
#else
buf = ngx_sprintf(buf, NGX_HTTP_VHOST_TRAFFIC_STATUS_JSON_FMT_SERVER,
key, vtsn->stat_request_counter,
&dst, vtsn->stat_request_counter,
vtsn->stat_in_bytes,
vtsn->stat_out_bytes,
vtsn->stat_1xx_counter,
Expand Down

0 comments on commit e397b57

Please sign in to comment.