Skip to content

Commit 1095144

Browse files
Merge branch '5.1' into 5.x
* 5.1: [HttpClient] fix reading the body after a ClientException [HttpClient] fix tests and merge
2 parents 71d8b2d + fb4c127 commit 1095144

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Test/Fixtures/web/index.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@
6666
case '/404-gzipped':
6767
header('Content-Type: text/plain', true, 404);
6868
ob_start('ob_gzhandler');
69+
@ob_flush();
70+
flush();
71+
usleep(300000);
6972
echo 'some text';
7073
exit;
7174

0 commit comments

Comments
 (0)