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 2020/05/03 07:22:59 UTC

[GitHub] [incubator-apisix] espider opened a new issue #1537: request help: can proxy-cache plugins work with content_by_lua

espider opened a new issue #1537:
URL: https://github.com/apache/incubator-apisix/issues/1537


   ### Issue description
   
   I want to write lua code with content_by_lua like ngx.say('xxx'); 
   can proxy-cache plugins  work on this case? without any upstrem 
   ### Environment
   
   * apisix version (cmd: `apisix version`):
   * OS:
   


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

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



[GitHub] [incubator-apisix] spacewander commented on issue #1537: request help: can proxy-cache plugins work with content_by_lua

Posted by GitBox <gi...@apache.org>.
spacewander commented on issue #1537:
URL: https://github.com/apache/incubator-apisix/issues/1537#issuecomment-623093170


   No. The proxy handler is also in the content phase too. There is only handler allowed in the content phase.


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

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



[GitHub] [incubator-apisix] spacewander edited a comment on issue #1537: request help: can proxy-cache plugins work with content_by_lua

Posted by GitBox <gi...@apache.org>.
spacewander edited a comment on issue #1537:
URL: https://github.com/apache/incubator-apisix/issues/1537#issuecomment-623093170


   No. The proxy handler is also in the content phase too. There is only one handler allowed in the content phase.


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

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



[GitHub] [incubator-apisix] espider commented on issue #1537: request help: can proxy-cache plugins work with content_by_lua

Posted by GitBox <gi...@apache.org>.
espider commented on issue #1537:
URL: https://github.com/apache/incubator-apisix/issues/1537#issuecomment-623105500


   > No. The proxy handler is also in the content phase too. There is only one handler allowed in the content phase.
   
   thanks. 


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

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