From 12cde42c929b63a1ef1b2ad7f3482336419980b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=EA=A6=AB=EA=A6=B6=EA=A6=8F=EA=A7=80=EA=A6=A6?= =?UTF-8?q?=EA=A6=BF=EA=A6=A7=EA=A6=AE=EA=A6=91=EA=A6=A9=EA=A6=AD=EA=A7=80?= Date: Wed, 2 Feb 2022 09:29:10 +0800 Subject: Asynchronous connection Important updates: 1. Emscripten port. 2. HTTP request code copied from libicclient & slightly fixed. 3. Cookies, for maintaining authorisation between different async handles. --- post.c | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 post.c (limited to 'post.c') diff --git a/post.c b/post.c deleted file mode 100644 index 8dca62f..0000000 --- a/post.c +++ /dev/null @@ -1,3 +0,0 @@ -#include "post.h" - -extern inline void post(const char *, const char *[], size_t); -- cgit v1.2.3