mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2025-07-06 17:25:24 +08:00
qt 6.5.1 original
This commit is contained in:
11
tests/testserver/apache2/testdata/www/cgi-bin/httpcachetest_expires304.cgi
vendored
Normal file
11
tests/testserver/apache2/testdata/www/cgi-bin/httpcachetest_expires304.cgi
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
if [ ${HTTP_IF_MODIFIED_SINCE} == "Mon, 30 Oct 2028 14:19:41 GMT" ] ; then
|
||||
echo "Status: 304"
|
||||
echo ""
|
||||
exit;
|
||||
fi
|
||||
|
||||
echo "Expires: Mon, 30 Oct 2028 14:19:41 GMT"
|
||||
echo "Content-type: text/html";
|
||||
echo ""
|
||||
echo "Hello World!"
|
Reference in New Issue
Block a user