From d94c397776e8381c360f4c3ef922aa9b2278c76f Mon Sep 17 00:00:00 2001 From: luqiuwen Date: Tue, 10 Sep 2019 11:53:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3HTTP=E8=A7=A3=E6=9E=90?= =?UTF-8?q?=E5=B1=82=E5=9C=A8=E4=B8=8A=E5=B1=82=E8=AE=BE=E7=BD=AE=E8=AF=B7?= =?UTF-8?q?=E6=B1=82/=E5=BA=94=E7=AD=94=E5=90=8E=EF=BC=8C=E9=9C=80?= =?UTF-8?q?=E8=A6=81=E7=AD=89=E5=BE=85=E6=BA=90=E7=AB=99=E6=B6=88=E6=81=AF?= =?UTF-8?q?=E5=AE=8C=E6=95=B4=E5=90=8E=E6=89=8D=E5=B0=86=E4=B8=8A=E5=B1=82?= =?UTF-8?q?=E6=9E=84=E5=BB=BA=E7=9A=84=E8=AF=B7=E6=B1=82/=E5=BA=94?= =?UTF-8?q?=E7=AD=94=E5=8F=91=E5=87=BA=E7=9A=84=E9=97=AE=E9=A2=98=E3=80=82?= =?UTF-8?q?=20*=20=E7=BB=A7=E7=BB=AD=E4=BF=AE=E6=AD=A3=EF=BC=8C=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E8=AF=B7=E6=B1=82/=E5=BA=94=E7=AD=94=E7=9A=84?= =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96=E7=8A=B6=E6=80=81=E4=B8=8D=E4=B8=BA?= =?UTF-8?q?COMPLETE=EF=BC=8C=E5=BE=85=E5=BA=94=E7=94=A8=E5=B1=82=E8=AE=BE?= =?UTF-8?q?=E7=BD=AEBODY=E4=B8=BANULL=E5=86=8D=E8=BD=AC=E4=B8=BACOMPLETE?= =?UTF-8?q?=EF=BC=8C=E9=81=BF=E5=85=8D=E5=BA=94=E7=AD=94=E4=BD=93=E6=8F=90?= =?UTF-8?q?=E5=89=8D=E5=8F=91=E5=87=BA=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin/protocol/http/src/http_half.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugin/protocol/http/src/http_half.cpp b/plugin/protocol/http/src/http_half.cpp index 8e4d61e..fa133ea 100644 --- a/plugin/protocol/http/src/http_half.cpp +++ b/plugin/protocol/http/src/http_half.cpp @@ -938,7 +938,6 @@ void hs_ops_request_set(struct tfe_http_session * session, struct tfe_http_half assert(hs_private->hf_private_req_user == NULL); hs_private->hf_private_req_user = hf_user_private; - hs_private->hf_private_req_user->message_status = STATUS_COMPLETE; hs_private->hf_private_req_user->session = hs_private; } @@ -972,7 +971,6 @@ void hs_ops_response_set(struct tfe_http_session * session, struct tfe_http_half assert(hs_private->hf_private_resp_user == NULL); hs_private->hf_private_resp_user = hf_private; - hs_private->hf_private_resp_user->message_status = STATUS_COMPLETE; hs_private->hf_private_resp_user->session = hs_private; }