soulbird commented on code in PR #6968: URL: https://github.com/apache/apisix/pull/6968#discussion_r865507486
########## conf/config-default.yaml: ########## @@ -397,6 +397,7 @@ plugins: # plugin list (sorted by priority) - openwhisk # priority: -1901 - serverless-post-function # priority: -2000 - ext-plugin-post-req # priority: -3000 + #- ext-plugin-post-resp # priority: -4000 Review Comment: All back-to-origin logic will be hooked by `resty.http`. So I think it is not appropriate to enable this plugin by default until the relevant logic is perfect. -- 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]
