Skip to content

Commit fb4c127

Browse files
Merge branch '4.4' into 5.1
* 4.4: [HttpClient] fix reading the body after a ClientException
2 parents 7664558 + 6d7359c commit fb4c127

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)