You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/02/28 11:35:51 UTC

[GitHub] [apisix] shuaijinchao commented on a change in pull request #6426: feat: add `rewrite:RespHeaders` and modify the upstream response headers via `request` implementation

shuaijinchao commented on a change in pull request #6426:
URL: https://github.com/apache/apisix/pull/6426#discussion_r815807966



##########
File path: t/lib/ext-plugin.lua
##########
@@ -67,7 +67,7 @@ function _M.go(case)
             ty = constants.RPC_ERROR
             err_resp.Start(builder)
             err_resp.AddCode(builder, err_code.BAD_REQUEST)
-            local req = prepare_conf_req.End(builder)
+                local req = prepare_conf_req.End(builder)

Review comment:
       ```suggestion
               local req = prepare_conf_req.End(builder)
   ```




-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org