Facing response buffering was turned off even when I enabled it via annotations #7841
-
I am having versions as mentioned below:
I have installed a custom plugin (to my Kong docker image) that injects a Cookie response header to the client in every response (on a specific route).
The flow of request/response is like this: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
After a bit of debugging I found that we need to remove this from Kong YAML file:
After making the change it was working. |
Beta Was this translation helpful? Give feedback.
After a bit of debugging I found that we need to remove this from Kong YAML file:
After making the change it was working.
Sorry for the noise.