diff --git a/__snapshots__/dozzle.snapshot b/__snapshots__/dozzle.snapshot index 4f67c9a8..94e150c3 100644 --- a/__snapshots__/dozzle.snapshot +++ b/__snapshots__/dozzle.snapshot @@ -39,14 +39,16 @@ HTTP/1.1 200 OK Connection: close Cache-Control: no-cache Connection: keep-alive -Content-Type: text/event-stream +Content-Type: text/event-stream +X-Accel-Buffering: no /* snapshot: Test_handler_streamEvents_error_request */ HTTP/1.1 200 OK Connection: close Cache-Control: no-cache Connection: keep-alive -Content-Type: text/event-stream +Content-Type: text/event-stream +X-Accel-Buffering: no /* snapshot: Test_handler_streamEvents_happy */ HTTP/1.1 200 OK @@ -54,6 +56,7 @@ Connection: close Cache-Control: no-cache Connection: keep-alive Content-Type: text/event-stream +X-Accel-Buffering: no event: containers-changed data: start @@ -71,7 +74,8 @@ HTTP/1.1 200 OK Connection: close Cache-Control: no-cache Connection: keep-alive -Content-Type: text/event-stream +Content-Type: text/event-stream +X-Accel-Buffering: no /* snapshot: Test_handler_streamLogs_happy */ HTTP/1.1 200 OK @@ -79,5 +83,6 @@ Connection: close Cache-Control: no-cache Connection: keep-alive Content-Type: text/event-stream +X-Accel-Buffering: no data: INFO Testing logs... \ No newline at end of file