#include <common/buf.h>
#include <common/ist.h>
-#include <types/h1.h>
#include <types/http_htx.h>
extern struct buffer htx_err_chunks[HTTP_ERR_SIZE];
#include <types/stream.h>
#include <types/task.h>
#include <proto/channel.h>
-#include <proto/h1.h>
#define IS_HTX_STRM(strm) (strm_fe(strm)->options2 & PR_O2_USE_HTX)
#define IS_HTX_SMP(smp) ((smp)->strm && IS_HTX_STRM((smp)->strm))
#include <common/regex.h>
#include <types/channel.h>
-#include <types/h1.h>
#include <types/hdr_idx.h>
#include <types/filters.h>
//#include <types/sample.h>
#include <types/compression.h>
#include <types/filters.h>
-#include <types/h1.h>
#include <types/proxy.h>
#include <types/sample.h>
#include <types/channel.h>
#include <types/filters.h>
#include <types/global.h>
-#include <types/h1.h>
#include <types/proxy.h>
#include <types/stream.h>
#include <types/proxy.h>
#include <types/stats.h>
-#include <proto/h1.h>
#include <proto/proxy.h>
#include <proto/server.h>
#include <proto/stats.h>
#include <proto/arg.h>
#include <proto/auth.h>
+#include <proto/h1.h>
#include <proto/hdr_idx.h>
#include <proto/http_fetch.h>
#include <proto/http_htx.h>
#include <proto/applet.h>
#include <proto/cli.h>
#include <proto/frontend.h>
-#include <proto/h1.h>
#include <proto/log.h>
#include <proto/sample.h>
#include <proto/stream.h>