Skip to content

Commit 353b2a3

Browse files
Merge branch '4.3' into 4.4
* 4.3: [FrameworkBundle] Fix framework bundle lock configuration not working as expected [Validator] Add the missing translations for the Azerbaijani locale [HttpClient] workaround bad Content-Length sent by old libcurl [Cache] dont override native Memcached options Fix CS Fix exceptions (PDOException) error code type Fix return type of Process::restart(). [Cache] fail gracefully when locking is not supported [HttpClient] fix race condition when reading response with informational status Names for buttons should start with lowercase
2 parents 6013e1d + 8c8ce1f commit 353b2a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Test/Fixtures/web/index.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@
4545
header('HTTP/1.1 103 Early Hints');
4646
header('Link: </style.css>; rel=preload; as=style', false);
4747
header('Link: </script.js>; rel=preload; as=script', false);
48+
flush();
49+
usleep(1000);
4850
echo "HTTP/1.1 200 OK\r\n";
4951
echo "Date: Fri, 26 May 2017 10:02:11 GMT\r\n";
5052
echo "Content-Length: 13\r\n";

0 commit comments

Comments
 (0)