aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/http_static/http_static.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/http_static/http_static.h')
-rw-r--r--src/plugins/http_static/http_static.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/http_static/http_static.h b/src/plugins/http_static/http_static.h
index 5e0654fae24..88b0002c971 100644
--- a/src/plugins/http_static/http_static.h
+++ b/src/plugins/http_static/http_static.h
@@ -53,9 +53,9 @@ typedef struct
int free_data;
/** File cache pool index */
u32 cache_pool_index;
- /** Response header list */
- http_header_t *resp_headers;
- /** Serialized headers to send */
+ /** Response header ctx */
+ http_headers_ctx_t resp_headers;
+ /** Response header buffer */
u8 *headers_buf;
} hss_session_t;