diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-10-24 09:59:08 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska@appnovation.com> | 2023-10-24 09:59:08 +0000 |
| commit | 37d2f8cb438f68eaa1da8a56ea9ce5023091f128 (patch) | |
| tree | 81672ad4254ea18e7d240230ba47ef6743d491ad /src/tipideed/tipideed-internal.h | |
| parent | 907f1c64369095b5b2d5f6fb23a8b937720d94cc (diff) | |
| download | tipidee-37d2f8cb438f68eaa1da8a56ea9ce5023091f128.tar.gz | |
Full custom header support, switch not made yet
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'src/tipideed/tipideed-internal.h')
| -rw-r--r-- | src/tipideed/tipideed-internal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tipideed/tipideed-internal.h b/src/tipideed/tipideed-internal.h index a4f6d95..3629f84 100644 --- a/src/tipideed/tipideed-internal.h +++ b/src/tipideed/tipideed-internal.h @@ -30,6 +30,7 @@ struct global_s tain cgitto ; char const *defaulthost ; char const *indexnames[16] ; + tipidee_response_header const *rhdr ; int p[2] ; uint32_t logv ; uint32_t maxrqbody ; @@ -51,6 +52,7 @@ struct global_s .cgitto = TAIN_ZERO, \ .defaulthost = "@", \ .indexnames = { 0 }, \ + .rhdr = 0, \ .p = { -1, -1 }, \ .logv = TIPIDEE_LOG_DEFAULT, \ .maxrqbody = 0, \ |
