X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Fhttp%2Fhttp.c;h=d404e734d48500102c25de2ab08a68ab586209d7;hb=7521d6745a82ec6dc179decb34a1e76a5726ab4c;hp=9cd1382aaa35bdf417eb1c71da5db156e3c80fd0;hpb=4338683b07fa25c22b754c7e808ef33dff661566;p=vpp.git diff --git a/src/plugins/http/http.c b/src/plugins/http/http.c index 9cd1382aaa3..d404e734d48 100644 --- a/src/plugins/http/http.c +++ b/src/plugins/http/http.c @@ -779,7 +779,9 @@ state_cln_wait_method (http_conn_t *hc, transport_send_params_t *sp) } app_wrk = app_worker_get_if_valid (as->app_wrk_index); - app_worker_rx_notify (app_wrk, as); + if (app_wrk) + app_worker_rx_notify (app_wrk, as); + return HTTP_SM_STOP; }