Skip to content

Commit

Permalink
Disable cache control in test case gzip
Browse files Browse the repository at this point in the history
  • Loading branch information
joergboe committed May 31, 2018
1 parent ad0b6be commit 10c6c3c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ public composite Main {
param
fixedUrl: $url;
method : method;
extraHeaders : "Cache-Control: no-cache";
outputBody : "respData";
outputStatus : "status";
outputStatusCode : "stat";
Expand Down

0 comments on commit 10c6c3c

Please sign in to comment.