From 10c6c3c81566b8b3f2e800a47e1f42399ba5c209 Mon Sep 17 00:00:00 2001 From: joergboe Date: Thu, 31 May 2018 14:17:25 +0200 Subject: [PATCH] Disable cache control in test case gzip --- .../CollectionStreamsxInet/Runtests/HTTPRequestGzip/Main.spl | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/FrameworkTests/tests/CollectionStreamsxInet/Runtests/HTTPRequestGzip/Main.spl b/tests/FrameworkTests/tests/CollectionStreamsxInet/Runtests/HTTPRequestGzip/Main.spl index fdd7fde..b05d9b1 100644 --- a/tests/FrameworkTests/tests/CollectionStreamsxInet/Runtests/HTTPRequestGzip/Main.spl +++ b/tests/FrameworkTests/tests/CollectionStreamsxInet/Runtests/HTTPRequestGzip/Main.spl @@ -28,6 +28,7 @@ public composite Main { param fixedUrl: $url; method : method; + extraHeaders : "Cache-Control: no-cache"; outputBody : "respData"; outputStatus : "status"; outputStatusCode : "stat";