mirror of
https://github.com/haproxy/haproxy.git
synced 2026-05-28 04:12:17 -04:00
CLEANUP: Fix a typo in the stats subsystem
Fix a typo in a code comment of the stats subsystem.
This commit is contained in:
parent
63c23f305b
commit
29023ec5d9
1 changed files with 1 additions and 1 deletions
|
|
@ -3300,7 +3300,7 @@ static void http_stats_io_handler(struct appctx *appctx)
|
|||
if (unlikely(si->state == SI_ST_DIS || si->state == SI_ST_CLO))
|
||||
goto out;
|
||||
|
||||
/* Check if the input buffer is avalaible. */
|
||||
/* Check if the input buffer is available. */
|
||||
if (res->buf.size == 0) {
|
||||
/* already subscribed, we'll be called later once the buffer is
|
||||
* available.
|
||||
|
|
|
|||
Loading…
Reference in a new issue