diff options
author | MÃ¥rten Nordheim <marten.nordheim@qt.io> | 2025-07-29 17:43:10 +0200 |
---|---|---|
committer | Dimitrios Apostolou <jimis@qt.io> | 2025-07-29 15:59:00 +0000 |
commit | 7ec75b0ea71e342416e360a9f959d13454ac013f (patch) | |
tree | f251bf5a3daa89a71554638e01c2ec79d8d00258 /puppet/modules | |
parent | 8999c4ea65db117f797ed9d088b51c6629681bb8 (diff) |
Update expires304_v2
The current version doesn't work
Change-Id: I4f8f9d9e0a22a008e1839c6094753519a30b35f3
Reviewed-by: Dimitrios Apostolou <jimis@qt.io>
Diffstat (limited to 'puppet/modules')
-rw-r--r-- | puppet/modules/network_test_server/files/www/htdocs/qtest/cgi-bin/httpcachetest_expires304_v2.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/modules/network_test_server/files/www/htdocs/qtest/cgi-bin/httpcachetest_expires304_v2.cgi b/puppet/modules/network_test_server/files/www/htdocs/qtest/cgi-bin/httpcachetest_expires304_v2.cgi index 8c01538..38e442c 100644 --- a/puppet/modules/network_test_server/files/www/htdocs/qtest/cgi-bin/httpcachetest_expires304_v2.cgi +++ b/puppet/modules/network_test_server/files/www/htdocs/qtest/cgi-bin/httpcachetest_expires304_v2.cgi @@ -1,5 +1,5 @@ #!/bin/bash -if [ "${HTTP_IF_MODIFIED_SINCE}" ] ; then +if [ -n "${HTTP_IF_MODIFIED_SINCE}" ] ; then echo "Status: 304" echo "" exit; |