summaryrefslogtreecommitdiff
path: root/src/gmrequest.c
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-12-12 07:37:51 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-12-12 07:37:51 +0200
commit072805e251cbe451d22c04c433b4c63d8a82301d (patch)
treea164d2139b441a8fc19673528fa0bcec09f18932 /src/gmrequest.c
parenta3c6810225a1637f1e4d147c7a0d6f967eddf1b2 (diff)
IDN applies to all network schemes
But not "file" or "about".
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. */