|
|
|
|
|
by sudhirj
536 days ago
|
|
Not entirely. If a load balancer is set to buffer say 4kb of data all the time, your SSE is stuck until you close the connection. I think there is a HTTP/2 flush instruction, but no load balancer is obligated to handle it and your SSE library might not be flushing anyway. |
|
The dev who wrote that code probably didn't think too much about memory efficiency of proxying HTTP connections or case of streaming HTTP connections like SSE.