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:
91b626a
)
hsa: fix http client connect failures
37/42037/2
author
Florin Coras
<
[email protected]
>
Wed, 18 Dec 2024 03:44:26 +0000
(19:44 -0800)
committer
Dave Wallace
<
[email protected]
>
Wed, 18 Dec 2024 18:41:13 +0000
(18:41 +0000)
Type: fix
Signed-off-by: Florin Coras <
[email protected]
>
Change-Id: Ie8b4ba2cfd2c7fc1e27d2a2eb763b31417bc0743
src/plugins/hs_apps/http_client.c
patch
|
blob
|
history
diff --git
a/src/plugins/hs_apps/http_client.c
b/src/plugins/hs_apps/http_client.c
index
cfa5e9c
..
7f12480
100644
(file)
--- a/
src/plugins/hs_apps/http_client.c
+++ b/
src/plugins/hs_apps/http_client.c
@@
-194,8
+194,8
@@
hc_session_connected_callback (u32 app_index, u32 hc_session_index,
{
clib_warning ("hc_session_index[%d] connected error: %U",
hc_session_index, format_session_error, err);
- vlib_process_signal_event_mt (vlib_get_main
_by_index (s->thread_index)
,
-
hcm->cli_node_index,
HC_CONNECT_FAILED, 0);
+ vlib_process_signal_event_mt (vlib_get_main
(), hcm->cli_node_index
,
+ HC_CONNECT_FAILED, 0);
return -1;
}