aboutsummaryrefslogtreecommitdiff
path: root/src/capi.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/capi.c')
-rw-r--r--src/capi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/capi.c b/src/capi.c
index 33cfb54c..a0ede65d 100644
--- a/src/capi.c
+++ b/src/capi.c
@@ -300,7 +300,7 @@ static char *Capi_dpi_build_cmd(DilloWeb *web, char *server)
if (strcmp(server, "proto.https") == 0) {
/* Let's be kind and make the HTTP query string for the dpi */
char *proxy_connect = a_Http_make_connect_str(web->url);
- Dstr *http_query = a_Http_make_query_str(web->url, FALSE);
+ Dstr *http_query = a_Http_make_query_str(web->url, web->requester,FALSE);
/* BUG: embedded NULLs in query data will truncate message */
/* BUG: WORKAROUND: request to only check the root URL's certificate.