kayx23 commented on code in PR #10972:
URL: https://github.com/apache/apisix/pull/10972#discussion_r1504700622


##########
docs/en/latest/plugins/ext-plugin-post-resp.md:
##########
@@ -33,12 +33,7 @@ The `ext-plugin-post-resp` Plugin is for running specific 
external Plugins in th
 
 The `ext-plugin-post-resp` plugin will be executed after the request gets a 
response from the upstream.
 
-After enabling this plugin, APISIX will use the 
[lua-resty-http](https://github.com/api7/lua-resty-http) library to make 
requests to the upstream, this results in:
-
-- [proxy-control](./proxy-control.md) plugin is not available
-- [proxy-mirror](./proxy-mirror.md) plugin is not available
-- [proxy-cache](./proxy-cache.md) plugin is not available
-- [mTLS Between APISIX and 
Upstream](../mtls.md#mtls-between-apisix-and-upstream) function is not 
available yet
+This plugin uses [lua-resty-http](https://github.com/api7/lua-resty-http) 
library under the hood to send requests to the upstream, due to which 
the[proxy-control](./proxy-control.md), [proxy-mirror](./proxy-mirror.md), and 
[proxy-cache](./proxy-cache.md) plugins are not available to be used alongside 
this plugin. Also, [mTLS Between APISIX and 
Upstream](../mtls.md#mtls-between-apisix-and-upstream) is not yet supported.

Review Comment:
   ```suggestion
   This plugin uses [lua-resty-http](https://github.com/api7/lua-resty-http) 
library under the hood to send requests to the upstream, due to which the 
[proxy-control](./proxy-control.md), [proxy-mirror](./proxy-mirror.md), and 
[proxy-cache](./proxy-cache.md) plugins are not available to be used alongside 
this plugin. Also, [mTLS Between APISIX and 
Upstream](../mtls.md#mtls-between-apisix-and-upstream) is not yet supported.
   ```



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