CLEANUP: proxy: Fix typos in comments

Some minor typos in comments were fixed.
This commit is contained in:
Christopher Faulet 2026-04-23 10:05:19 +02:00
parent cf9694474b
commit e2893dc057

View File

@ -161,10 +161,10 @@ enum PR_SRV_STATE_FILE {
#define PR_O2_EXT_CHK 0x04000000 /* use external command for server health */
#define PR_O2_CHK_ANY 0x06000000 /* Mask to cover any check */
#define PR_O2_USE_SBUF_QUEUE 0x08000000 /* use small buffer for request when stream are queued*/
#define PR_O2_USE_SBUF_L7_RETRY 0x10000000 /* use small buffer for request when L7 retires are enabled */
#define PR_O2_USE_SBUF_CHECK 0x20000000 /* use small buffer for request's healthchecks */
#define PR_O2_USE_SBUF_ALL 0x38000000 /* all flags for use-large-buffer option */
#define PR_O2_USE_SBUF_QUEUE 0x08000000 /* use small buffer for request when streams are queued*/
#define PR_O2_USE_SBUF_L7_RETRY 0x10000000 /* use small buffer for request when L7 retries are enabled */
#define PR_O2_USE_SBUF_CHECK 0x20000000 /* use small buffer for health-check requests */
#define PR_O2_USE_SBUF_ALL 0x38000000 /* all flags for use-small-buffer option */
/* unused : 0x40000000 ... 0x80000000 */
/* end of proxy->options2 */