qihaiyan commented on code in PR #6949:
URL: https://github.com/apache/apisix/pull/6949#discussion_r868018757
##########
apisix/plugins/api-breaker.lua:
##########
@@ -158,6 +165,13 @@ function _M.access(conf, ctx)
-- breaker
if lasttime + breaker_time >= ngx.time() then
+ if conf.break_response_body then
+ core.response.clear_header_as_body_modified()
Review Comment:
removed this line(```core.response.clear_header_as_body_modified()```) in
the new commit
--
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]