From f83d6668b083ca9ce502240557d8f6abd8645922 Mon Sep 17 00:00:00 2001 From: Florin Coras Date: Wed, 16 Feb 2022 17:59:55 -0800 Subject: http hsa: support multiple listeners for http tps Type: improvement Signed-off-by: Florin Coras Change-Id: Ie89326ed4e599231fc20de67c5dadbb428568bec --- src/plugins/http/http.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/http/http.h') diff --git a/src/plugins/http/http.h b/src/plugins/http/http.h index 8a5731ea592..da74459794c 100644 --- a/src/plugins/http/http.h +++ b/src/plugins/http/http.h @@ -165,7 +165,7 @@ typedef struct http_worker_ typedef struct http_main_ { http_worker_t *wrk; - http_conn_t *listener_ctx_pool; + http_conn_t *listener_pool; u32 app_index; clib_timebase_t timebase; -- cgit 1.2.3-korg