]> Nishi Git Mirror - libw3.git/commitdiff
better debug log
authornishi <nishi@d27a3e52-49c5-7645-884c-6793ebffc270>
Tue, 6 Feb 2024 01:20:00 +0000 (01:20 +0000)
committernishi <nishi@d27a3e52-49c5-7645-884c-6793ebffc270>
Tue, 6 Feb 2024 01:20:00 +0000 (01:20 +0000)
git-svn-id: file:///raid/svn-main/nishi-libw3/trunk@168 d27a3e52-49c5-7645-884c-6793ebffc270

Library/HTTP.c
W3Version.h.p

index f2016766bc5fb68cb3495097e236c79b46040b01..ea08cc778b45e44589a32dc901e9c9cca0057f70 100644 (file)
@@ -63,6 +63,7 @@ void __W3_HTTP_Request(struct W3* w3) {
        if(w3->data != NULL) {
                __W3_Auto_Write(w3, w3->data, w3->size);
        }
+       __W3_Debug("LibW3-HTTP", "Sent the HTTP request");
        char* buf = malloc(w3->readsize);
        char* statusbuf = malloc(1);
        statusbuf[0] = 0;
index dee9ce64d2b714e2f8861b1e0d4cc090a1c93374..f852b65735a6599c8e35280e574e6df94810c498 100644 (file)
@@ -6,7 +6,7 @@
 extern "C" {
 #endif
 
-#define LIBW3_VERSION "2.2M" \
+#define LIBW3_VERSION "2.2N" \
 SUFFIX
 
 #ifdef __cplusplus