Improved ping/jitter test

This commit is contained in:
dosse91 2017-06-14 12:33:11 +02:00
parent 710887f400
commit 23b188b3ce
4 changed files with 7 additions and 5 deletions

View file

@ -3,4 +3,5 @@ header( "HTTP/1.1 200 OK" );
header("Cache-Control: no-store, no-cache, must-revalidate, max-age=0");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
header("Connection: keep-alive");
?>