From: nishi Date: Fri, 26 Jan 2024 23:12:39 +0000 (+0000) Subject: new debug message X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=0ae31cd41af9088ad04ad8da53084ff132692aab;p=libw3.git new debug message git-svn-id: file:///raid/svn-main/nishi-libw3/trunk@95 d27a3e52-49c5-7645-884c-6793ebffc270 --- 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) {