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:
d2a2473
)
http: fix h2 settings leak
94/43294/3
author
Florin Coras
<
[email protected]
>
Wed, 25 Jun 2025 18:03:43 +0000
(11:03 -0700)
committer
Dave Barach
<
[email protected]
>
Wed, 25 Jun 2025 22:58:36 +0000
(22:58 +0000)
Type: fix
Change-Id: I680eb6bafb4b6218e60523e2abc2962f2f5cbefc
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
19a4331
..
5888733
100644
(file)
--- a/
src/plugins/http/http2/http2.c
+++ b/
src/plugins/http/http2/http2.c
@@
-467,6
+467,7
@@
http2_send_server_preface (http_conn_t *hc)
&response);
http_io_ts_write (hc, response, vec_len (response), 0);
http_io_ts_after_write (hc, 1);
+ vec_free (settings_list);
}
/***********************/