fffilimonov wrote
can you add to responses related with sse this headers?
Content-Type: text/event-stream;
Cache-Control: no-cache;
X-Accel-Buffering: no;
I have the first 2. Headers are in
ServerSentEvents.java lines 72-78. You can change this as needed.
And I need to remove Connection header while request is proxied to luan. I tried - it works now.
And I need to disable chunked_transfer_encoding.
ok
Maybe it's better to make a separate route for sse?
What does "a separate route" mean?