summaryrefslogtreecommitdiff
path: root/src/gmrequest.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gmrequest.c')
-rw-r--r--src/gmrequest.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gmrequest.c b/src/gmrequest.c
index 41b97620..991485bc 100644
--- a/src/gmrequest.c
+++ b/src/gmrequest.c
@@ -505,6 +505,7 @@ void submit_GmRequest(iGmRequest *d) {
505 set_Atomic(&d->allowUpdate, iTrue); 505 set_Atomic(&d->allowUpdate, iTrue);
506 iGmResponse *resp = d->resp; 506 iGmResponse *resp = d->resp;
507 clear_GmResponse(resp); 507 clear_GmResponse(resp);
508// printf("[GmRequest] URL: %s\n", cstr_String(&d->url));
508 iUrl url; 509 iUrl url;
509 init_Url(&url, &d->url); 510 init_Url(&url, &d->url);
510 /* Check for special schemes. */ 511 /* Check for special schemes. */