From 8f038abdc6ece7b7b2fdf9d939b8cd375e98515b Mon Sep 17 00:00:00 2001 From: nishi Date: Fri, 16 Feb 2024 05:26:08 +0000 Subject: [PATCH] fixing w3b git-svn-id: file:///raid/svn-main/nishi-libw3/trunk@233 d27a3e52-49c5-7645-884c-6793ebffc270 --- Example/w3b/w3b.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/Example/w3b/w3b.c b/Example/w3b/w3b.c index 58c20d9..9a7f8d9 100644 --- a/Example/w3b/w3b.c +++ b/Example/w3b/w3b.c @@ -136,8 +136,6 @@ void nntpresp_handler(struct W3* w3, int status, char* data){ W3_Set_Method(w3, "HEAD"); W3_NNTP_Send_Request(w3); }else if(status == 221){ - printf("%s\n", data); - exit(0); W3_Set_Method(w3, "NEXT"); W3_NNTP_Send_Request(w3); }else{ -- 2.43.0