From 0ae31cd41af9088ad04ad8da53084ff132692aab Mon Sep 17 00:00:00 2001 From: nishi Date: Fri, 26 Jan 2024 23:12:39 +0000 Subject: [PATCH] new debug message git-svn-id: file:///raid/svn-main/nishi-libw3/trunk@95 d27a3e52-49c5-7645-884c-6793ebffc270 --- Library/HTTP.c | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/HTTP.c b/Library/HTTP.c index c11cd95..efc1eb3 100644 --- a/Library/HTTP.c +++ b/Library/HTTP.c @@ -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) { -- 2.43.0