summaryrefslogtreecommitdiffstats
path: root/src/plugins/hs_apps/http_client.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/hs_apps/http_client.c')
-rw-r--r--src/plugins/hs_apps/http_client.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/hs_apps/http_client.c b/src/plugins/hs_apps/http_client.c
index bfecc9a58fb..91ac6cf0032 100644
--- a/src/plugins/hs_apps/http_client.c
+++ b/src/plugins/hs_apps/http_client.c
@@ -238,7 +238,6 @@ hc_session_connected_callback (u32 app_index, u32 hc_session_index,
wrk->msg.type = HTTP_MSG_REQUEST;
/* request target */
- wrk->msg.data.target_form = HTTP_TARGET_ORIGIN_FORM;
wrk->msg.data.target_path_len = vec_len (hcm->target);
/* custom headers */
wrk->msg.data.headers_len = vec_len (wrk->headers_buf);