Closed MatthewWid closed 2 years ago
Inspired by this line from the Nest SSE implementation, add the X-Accel-Buffering header set to no in the default response headers of the Session to indicate to a reverse proxy such as NGINX to not buffer response data for the connection.
X-Accel-Buffering
no
Session
Inspired by this line from the Nest SSE implementation, add the
X-Accel-Buffering
header set tono
in the default response headers of theSession
to indicate to a reverse proxy such as NGINX to not buffer response data for the connection.