From 7eb9628024661c8a35a53129251d58c24b6fd154 Mon Sep 17 00:00:00 2001 From: liangyingjian Date: Wed, 20 Nov 2019 09:31:22 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E6=95=B4=E7=90=86=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=EF=BC=8C=E6=B7=BB=E5=8A=A0=E9=83=A8=E5=88=86=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E4=B8=AD=E7=9A=84=E7=A9=BA=E8=A1=8C=E5=92=8C=E7=A9=BA=E6=A0=BC?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/webclient.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/webclient.c b/src/webclient.c index 2ff1ff4..1bb7f35 100644 --- a/src/webclient.c +++ b/src/webclient.c @@ -13,6 +13,7 @@ * 2018-07-26 chenyong modify log information * 2018-08-07 chenyong modify header processing */ + #include #include @@ -594,6 +595,7 @@ const char *webclient_header_fields_get(struct webclient_session *session, const return RT_NULL; } + /** * get http response status code. *