wangfeng22 opened a new issue, #100:
URL: https://github.com/apache/apisix-go-plugin-runner/issues/100

   ### Issue description
   Following is my plugin config. I find that the response-rewrite plugin is 
invalid because it will only call the plugin.HTTPReqCall(buf, conn). So the 
ResponseRewrite.ResponseFilter will not be executed. I don't know why ty (:= 
header[0]) equals 2.
   ``` 
   "ext-plugin-post-req": {
         "conf": [
           {
             "name": "response-rewrite",
             "value": 
"{\"status\":200,\"headers\":{\"test\":\"t\"},\"body\":\"aaa\"}"
           }
         ],
         "disable": false
       }
   ```
   ### Environment
   
   * APISIX Go Plugin Runner's version: master branch
   * APISIX version: 2.13.1
   * Go version: 1.17
   * OS (cmd: `uname -a`):
   


-- 
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]

Reply via email to