From: Florin Coras Date: Wed, 11 Jun 2025 03:02:20 +0000 (-0700) Subject: http: remove spurious h2 init message X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=16189588ddc93a4c021fcd3082aaa86195e5339b;p=vpp.git http: remove spurious h2 init message Type: improvement Change-Id: I25b0911163a6b6bf8a4f013acc047e5ad3458dc6 Signed-off-by: Florin Coras --- diff --git a/src/plugins/http/http2/http2.c b/src/plugins/http/http2/http2.c index 9cf81816aeb..d1b6915ac1f 100644 --- a/src/plugins/http/http2/http2.c +++ b/src/plugins/http/http2/http2.c @@ -2359,7 +2359,6 @@ http2_init (vlib_main_t *vm) { http2_main_t *h2m = &http2_main; - clib_warning ("http/2 enabled"); h2m->settings = http2_default_conn_settings; h2m->settings.max_concurrent_streams = 100; /* by default unlimited */ h2m->settings.max_header_list_size = 1 << 14; /* by default unlimited */