From 686a3addfe990b025726eb285037b9d7577bb2d6 Mon Sep 17 00:00:00 2001 From: luhuadong Date: Sun, 9 Jan 2022 21:02:11 +0800 Subject: [PATCH] fix: webclient_post params description --- src/webclient.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/webclient.c b/src/webclient.c index b990d05..3b12a8a 100644 --- a/src/webclient.c +++ b/src/webclient.c @@ -1181,7 +1181,6 @@ int webclient_shard_position_function(struct webclient_session *session, const c * * @param session webclient session * @param URI input server URI address - * @param header POST request header, can't be empty * @param post_data data send to the server * = NULL: just connect server and send header * != NULL: send header and body data, resolve response data