commit | 1329f2a12a4dc24f992d2cbc6628fa55df132b3a | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu Dec 16 17:32:56 2021 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Thu Feb 24 11:00:02 2022 +0100 |
tree | 388b2650f125d04accb394c257d064bbc1a86eb6 | |
parent | e2b38b31bb90bfe12b2d5dc348510e39e0c52775 [diff] [blame] |
REORG: conn_stream: move conn-stream stuff in dedicated files Move code dealing with the conn-streams in dedicated files.
diff --git a/src/mux_fcgi.c b/src/mux_fcgi.c index d5558a6..374d26e 100644 --- a/src/mux_fcgi.c +++ b/src/mux_fcgi.c
@@ -17,6 +17,7 @@ #include <haproxy/api.h> #include <haproxy/cfgparse.h> #include <haproxy/connection.h> +#include <haproxy/conn_stream.h> #include <haproxy/errors.h> #include <haproxy/fcgi-app.h> #include <haproxy/fcgi.h>