This PR adds the additional response headers Pragma and X-Accel-Buffering and updates the Cache-Control header value, each to disable data transformation, proxy buffering and shared caching to completely disable response data caching.
This ensures that the data sent to the client is unmodified and fresh, as is intended for the correct operation of the event stream mechanism.
Resolves #38.
This PR adds the additional response headers
Pragma
andX-Accel-Buffering
and updates theCache-Control
header value, each to disable data transformation, proxy buffering and shared caching to completely disable response data caching.This ensures that the data sent to the client is unmodified and fresh, as is intended for the correct operation of the event stream mechanism.