summaryrefslogtreecommitdiff
path: root/src/c/request.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/c/request.c')
-rw-r--r--src/c/request.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/c/request.c b/src/c/request.c
index 60836b35..4372c074 100644
--- a/src/c/request.c
+++ b/src/c/request.c
@@ -200,6 +200,7 @@ request_result uw_request(uw_request_context rc, uw_context ctx,
int had_error = 0;
char errmsg[ERROR_BUF_LEN];
+ uw_reset(ctx);
rc->queryString[0] = 0;
for (s = path; *s; ++s) {