From 9cd4e0d1902ebb196ebd53ed7ee88e6689d801b7 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sat, 22 Mar 2025 05:53:08 +0000 Subject: Add cgi streaming WILDLY UNTESTED, don't use this commit, probably. Also, autochunk hasn't been implemented yet. Signed-off-by: Laurent Bercot --- src/include/tipidee/resattr.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/include') diff --git a/src/include/tipidee/resattr.h b/src/include/tipidee/resattr.h index edd0a41..da4fbc7 100644 --- a/src/include/tipidee/resattr.h +++ b/src/include/tipidee/resattr.h @@ -5,11 +5,14 @@ #include + /* These values must match the bitattrs in lexparse.c */ + #define TIPIDEE_RA_FLAG_CGI 0x0001 #define TIPIDEE_RA_FLAG_NPH 0x0002 #define TIPIDEE_RA_FLAG_BA 0x0004 +#define TIPIDEE_RA_FLAG_AUTOCHUNK 0x0008 -#define TIPIDEE_RA_BITS 3 +#define TIPIDEE_RA_BITS 4 typedef struct tipidee_resattr_s tipidee_resattr, *tipidee_resattr_ref ; struct tipidee_resattr_s -- cgit v1.3.1