@@ -46,7 +46,7 @@ defmodule Neurow.IntegrationTest.MessageHistoryTest do
4646
4747        assert_headers ( headers ,  [ 
4848          { "access-control-allow-origin" ,  "*" } , 
49-           { "cache-control" ,  "no-cache, no-store" } , 
49+           { "cache-control" ,  "no-cache, no-store, max-age=0, must-revalidate " } , 
5050          { "connection" ,  "close" } , 
5151          { "content-type" ,  "text/event-stream" } , 
5252          { "transfer-encoding" ,  "chunked" } 
@@ -70,9 +70,9 @@ defmodule Neurow.IntegrationTest.MessageHistoryTest do
7070
7171          assert_headers ( headers ,  [ 
7272            { "access-control-allow-origin" ,  "*" } , 
73-             { "cache-control" ,  "no-cache, no-store" } , 
73+             { "cache-control" ,  "no-cache, no-store, max-age=0, must-revalidate " } , 
7474            { "connection" ,  "close" } , 
75-             { "content-type" ,  "text/event-stream" } , 
75+             { "content-type" ,  "text/event-stream" } 
7676          ] ) 
7777
7878          assert_receive  % HTTPoison.AsyncChunk { chunk:  body } 
@@ -112,7 +112,7 @@ defmodule Neurow.IntegrationTest.MessageHistoryTest do
112112
113113          assert_headers ( headers ,  [ 
114114            { "access-control-allow-origin" ,  "*" } , 
115-             { "cache-control" ,  "no-cache, no-store" } , 
115+             { "cache-control" ,  "no-cache, no-store, max-age=0, must-revalidate " } , 
116116            { "connection" ,  "close" } , 
117117            { "content-type" ,  "text/event-stream" } , 
118118            { "transfer-encoding" ,  "chunked" } 
@@ -139,7 +139,7 @@ defmodule Neurow.IntegrationTest.MessageHistoryTest do
139139
140140          assert_headers ( headers ,  [ 
141141            { "access-control-allow-origin" ,  "*" } , 
142-             { "cache-control" ,  "no-cache, no-store" } , 
142+             { "cache-control" ,  "no-cache, no-store, max-age=0, must-revalidate " } , 
143143            { "connection" ,  "close" } , 
144144            { "content-type" ,  "text/event-stream" } , 
145145            { "transfer-encoding" ,  "chunked" } 
@@ -171,7 +171,7 @@ defmodule Neurow.IntegrationTest.MessageHistoryTest do
171171
172172          assert_headers ( headers ,  [ 
173173            { "access-control-allow-origin" ,  "*" } , 
174-             { "cache-control" ,  "no-cache, no-store" } , 
174+             { "cache-control" ,  "no-cache, no-store, max-age=0, must-revalidate " } , 
175175            { "connection" ,  "close" } , 
176176            { "content-type" ,  "text/event-stream" } , 
177177            { "transfer-encoding" ,  "chunked" } 
0 commit comments