]> git.kaiwu.me - haproxy.git/commit
MINOR: htx: Add a function to retrieve the HTTP version from a start-line
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 25 Feb 2026 14:33:37 +0000 (15:33 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 5 Mar 2026 14:34:46 +0000 (15:34 +0100)
commit9951f9cf85b4642071fe79ab90634d876337ee52
treede8ed9152f1383e57810c54912ea7148a98eace7
parente6a8ef55217ba9026c1d55eab87a2cc78b420be9
MINOR: htx: Add a function to retrieve the HTTP version from a start-line

htx_sl_vsn() function can now be used to retrieve the ist string
representing the HTTP version from a start-line passed as parameter. This
function takes care to return the right part of the start-line, depending on
its type (request or response).
include/haproxy/htx.h