Skip to content

Commit 10c6c3c

Browse files
author
joergboe
committed
Disable cache control in test case gzip
1 parent ad0b6be commit 10c6c3c

File tree

1 file changed

+1
-0
lines changed
  • tests/FrameworkTests/tests/CollectionStreamsxInet/Runtests/HTTPRequestGzip

1 file changed

+1
-0
lines changed

tests/FrameworkTests/tests/CollectionStreamsxInet/Runtests/HTTPRequestGzip/Main.spl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ public composite Main {
2828
param
2929
fixedUrl: $url;
3030
method : method;
31+
extraHeaders : "Cache-Control: no-cache";
3132
outputBody : "respData";
3233
outputStatus : "status";
3334
outputStatusCode : "stat";

0 commit comments

Comments
 (0)