diff options
author | Matus Fabian <matfabia@cisco.com> | 2024-05-02 11:17:15 +0200 |
---|---|---|
committer | Matus Fabian <matfabia@cisco.com> | 2024-05-03 08:17:16 +0200 |
commit | 616201abe273afb3712791f5b2b8799b5b01a58d (patch) | |
tree | bbed379a72a4bfc6d81603e43c8cb126c0196022 /src/plugins/http/http.h | |
parent | 7b3339efffb25eacea89d1fb7673bb3647e952f2 (diff) |
http: fix http server in response
App name is used in HTTP response Server header.
Type: fix
Change-Id: Ie3b2d985dd7d554a0352f7e602891f878bebd031
Signed-off-by: Matus Fabian <matfabia@cisco.com>
Diffstat (limited to 'src/plugins/http/http.h')
-rw-r--r-- | src/plugins/http/http.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/http/http.h b/src/plugins/http/http.h index dbae5ac4611..c9912dd6db8 100644 --- a/src/plugins/http/http.h +++ b/src/plugins/http/http.h @@ -227,6 +227,7 @@ typedef struct http_tc_ http_conn_state_t state; u32 timer_handle; + u8 *app_name; /* * Current request |