Philip Zampino created KNOX-3089:
------------------------------------
Summary: Support proxying Server Sent Events (SSE)
Key: KNOX-3089
URL: https://issues.apache.org/jira/browse/KNOX-3089
Project: Apache Knox
Issue Type: Improvement
Components: Server
Affects Versions: 2.1.0
Reporter: Philip Zampino
Knox does not handle Server Sent Events (SSE). In case of SSE the response
header contains Content-Type = text/event-stream, in which case the server will
send messages terminated by \n\n. Knox should send these messages to the client
as they arrive. Currently Knox collects them all, and once the server closes
the connection sends all of them concatenated to each other to the client.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)