Jordens1 commented on issue #12665:
URL: https://github.com/apache/apisix/issues/12665#issuecomment-3409403687

   Thank you for your suggestion. I tried adding this configuration in APISIX, 
but the SSE route response was still being cached. Finally, I added the 
X-Accel-Buffering: no response header at the application level itself, and it 
worked.
   
   Here's the APISIX route configuration I used:
   ```
   "response-rewrite": {
     "_meta": {
       "disable": false
     },
     "headers": {
       "add": [
         "X-Accel-Buffering: no"
       ]
     }
   }
   
   ```


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