]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stream: Use conn-stream to report server error
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 4 Apr 2022 09:06:31 +0000 (11:06 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 13 Apr 2022 13:10:16 +0000 (15:10 +0200)
commit0eb32c0dd19d25730ceddb4daf1acbd8708e4818
treeea79354903a5f509113c737483e1f41654947232
parent1d03e6e3a1dbfd626fcf92bd4dacc570cc363ae2
MINOR: stream: Use conn-stream to report server error

the stream's srv_error callback function now manipulates a conn-stream
instead of a stream-interface.
include/haproxy/http_ana.h
include/haproxy/stream-t.h
include/haproxy/stream.h
src/backend.c
src/cli.c
src/http_ana.c
src/stream.c