]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: connection: unconst mux's get_fist_cs() callback function
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 1 Apr 2022 11:21:41 +0000 (13:21 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 13 Apr 2022 13:10:15 +0000 (15:10 +0200)
commit64b8d335779cedfa281f7bc8b3584a2ed067f8a3
treef2517d69de3cf619e2b599a2fefde0546341cdc5
parent3704663e5f9490398bfea46cb458b4ed9f30fd9f
MINOR: connection: unconst mux's get_fist_cs() callback function

This change is mandatory for next commits.
include/haproxy/conn_stream.h
include/haproxy/connection-t.h
src/mux_fcgi.c
src/mux_h1.c
src/mux_h2.c
src/mux_pt.c