Code Review
/
vpp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
4d9e8e6
)
http: remove spurious h2 init message
42/43142/2
author
Florin Coras
<
[email protected]
>
Wed, 11 Jun 2025 03:02:20 +0000
(20:02 -0700)
committer
Dave 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
patch
|
blob
|
history
diff --git
a/src/plugins/http/http2/http2.c
b/src/plugins/http/http2/http2.c
index
9cf8181
..
d1b6915
100644
(file)
--- 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 */