Skip to content

Commit

Permalink
Syntax correction.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanio committed Nov 16, 2016
1 parent 928d039 commit 2f82266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haproxyng
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ sub get_data {
queue => ($stat[STAT_TIME_QUEUE] || 0),
connect => ($stat[STAT_TIME_CONNECT] || 0),
response => ($stat[STAT_TIME_RESPONSE] || 0),
total => ($stat[STAT_TIME_TOTAL || 0)]
total => ($stat[STAT_TIME_TOTAL] || 0)
},
responses => {
total => ($stat[STAT_RESPONSES_HTTP_1XX] || 0)
Expand Down

0 comments on commit 2f82266

Please sign in to comment.