]> git.kaiwu.me - haproxy.git/commit
MINOR: haterm: Handle boolean request options as flags
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 3 Apr 2026 08:17:39 +0000 (10:17 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 3 Apr 2026 08:46:15 +0000 (10:46 +0200)
commit3ab5044c1c3b1baa006e5ed3df2416d3d14ea22c
tree90386b99c4e1b5a201240a653225025d28183ec5
parentf349d0b11301b593fb9482f1b4117cb608a46d46
MINOR: haterm: Handle boolean request options as flags

Following request options are now handled as flags:

  - ?k=1 => flag HS_ST_OPT_CHUNK_RES is set
  - ?c=0 => flag HS_ST_OPT_NO_CACHE is set
  - ?R=1 => flag HS_ST_OPT_RANDOM_RES is set
  - ?A=A => flag HS_ST_OPT_REQ_AFTER_RES is set.

By default, none is set.
include/haproxy/hstream-t.h
src/haterm.c