]> Nishi Git Mirror - libw3.git/commitdiff
aaa
authornishi <nishi@d27a3e52-49c5-7645-884c-6793ebffc270>
Wed, 17 Jan 2024 08:23:48 +0000 (08:23 +0000)
committernishi <nishi@d27a3e52-49c5-7645-884c-6793ebffc270>
Wed, 17 Jan 2024 08:23:48 +0000 (08:23 +0000)
git-svn-id: file:///raid/svn-main/nishi-libw3/trunk@9 d27a3e52-49c5-7645-884c-6793ebffc270

Example/fetch.c

index b3526227c391dd1a7a29548897a2665a5ca4d8c0..6f664e8627a8403fe581c2da5dd3d87c4b08e027 100644 (file)
@@ -15,5 +15,5 @@ int main(int argc, char** argv){
                return 1;
        }
        W3_Library_Init();
-       struct W3* w3 = W3_Create("https", argv[1], 443);
+       struct W3* w3 = W3_Create("http", argv[1], 80);
 }