From d0db6f4e44a1d8b2cd8c00819266c1975837cf1e Mon Sep 17 00:00:00 2001 From: chenyong <1521761801@qq.com> Date: Mon, 13 Aug 2018 20:45:58 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91=E7=BB=86?= =?UTF-8?q?=E8=8A=82=E9=94=99=E8=AF=AF=E6=94=B9=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/README.md | 1 + src/webclient.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index b24af71..fab6dbe 100644 --- a/docs/README.md +++ b/docs/README.md @@ -14,4 +14,5 @@ |[user-guide.md](user-guide.md) |使用指南| |[api.md](api.md) |API 说明| |[samples.md](samples.md) |示例说明| +|[migration-guide.md](migration-guide.md) |迁移指南| diff --git a/src/webclient.c b/src/webclient.c index ae0ce50..8fa2406 100644 --- a/src/webclient.c +++ b/src/webclient.c @@ -545,7 +545,7 @@ int webclient_resp_status_get(struct webclient_session *session) * * @param session webclient session * - * @return response status code + * @return response content length */ int webclient_content_length_get(struct webclient_session *session) {