kanseiishikawa commented on code in PR #8967:
URL: https://github.com/apache/trafficserver/pull/8967#discussion_r930022299
##########
proxy/http/HttpSM.cc:
##########
@@ -7727,6 +7727,7 @@ HttpSM::set_next_state()
if (t_state.api_next_action ==
HttpTransact::SM_ACTION_API_SEND_RESPONSE_HDR) {
handle_api_return();
} else {
+ do_drain_request_body(t_state.hdr_info.client_response);
Review Comment:
When I reproduced it in the same way as
[https://github.com/apache/trafficserver/issues/8951](https://github.com/apache/trafficserver/issues/8951)
, I did a drain here and the problem was solved.
I don't have a reason not always drain.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]