We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d1f7d0 commit 8c8ce1fCopy full SHA for 8c8ce1f
Test/Fixtures/web/index.php
@@ -45,6 +45,8 @@
45
header('HTTP/1.1 103 Early Hints');
46
header('Link: </style.css>; rel=preload; as=style', false);
47
header('Link: </script.js>; rel=preload; as=script', false);
48
+ flush();
49
+ usleep(1000);
50
echo "HTTP/1.1 200 OK\r\n";
51
echo "Date: Fri, 26 May 2017 10:02:11 GMT\r\n";
52
echo "Content-Length: 13\r\n";
0 commit comments