http: remove spurious h2 init message 42/43142/2
authorFlorin Coras <[email protected]>
Wed, 11 Jun 2025 03:02:20 +0000 (20:02 -0700)
committerDave Wallace <[email protected]>
Wed, 11 Jun 2025 18:49:36 +0000 (18:49 +0000)
Type: improvement

Change-Id: I25b0911163a6b6bf8a4f013acc047e5ad3458dc6
Signed-off-by: Florin Coras <[email protected]>
src/plugins/http/http2/http2.c

index 9cf8181..d1b6915 100644 (file)
@@ -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 */