summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugin/protocol/http/src/http_half.cpp2
1 files changed, 0 insertions, 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;
}