hanicz opened a new pull request, #947:
URL: https://github.com/apache/knox/pull/947

   ## What changes were proposed in this pull request?
   
   SSE support for Knox.
   
   Currently Knox is not working with 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.
   
   Requirement:
   
   Full support in Knox for Server Sent Events.
   Definition of done:
   
   Clients can connect to SSE endpoints in the backend via Knox.
   Server Sent Events 
(https://html.spec.whatwg.org/multipage/server-sent-events.html#server-sent-events)
 are forwarded by Knox from the server to the client as soon as they are 
received.
   
   ## How was this patch tested?
   
   Unit tests.
   Locally tested with a custom SSE service.
   


-- 
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: dev-unsubscr...@knox.apache.org

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

Reply via email to