]> Nishi Git Mirror - libw3.git/commitdiff
new debug message
authornishi <nishi@d27a3e52-49c5-7645-884c-6793ebffc270>
Fri, 26 Jan 2024 23:12:39 +0000 (23:12 +0000)
committernishi <nishi@d27a3e52-49c5-7645-884c-6793ebffc270>
Fri, 26 Jan 2024 23:12:39 +0000 (23:12 +0000)
git-svn-id: file:///raid/svn-main/nishi-libw3/trunk@95 d27a3e52-49c5-7645-884c-6793ebffc270

Library/HTTP.c

index c11cd95f7fc77d3775e4c7aa30ac9e4031ad3da9..efc1eb3176a6f55191fd9c5ea69cb899cad1ab11 100644 (file)
@@ -256,6 +256,7 @@ void __W3_HTTP_Request(struct W3* w3) {
        if(chunklen != NULL) free(chunklen);
        if(chunk != NULL) free(chunk);
        if(redir != NULL && __W3_Have_Prop(w3, "HTTP_REDIRECT")) {
+               __W3_Debug("LibW3-HTTP", "Redirecting");
                W3_Disconnect(w3);
                struct W3URL* u = W3_Parse_URL(redir);
                if(u != NULL) {