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 babd9be commit faf42b2Copy full SHA for faf42b2
src/Symfony/Component/HttpClient/Chunk/InformationalChunk.php
@@ -23,6 +23,8 @@ class InformationalChunk extends DataChunk
23
public function __construct(int $statusCode, array $headers)
24
{
25
$this->status = [$statusCode, $headers];
26
+
27
+ parent::__construct();
28
}
29
30
public function getInformationalStatus(): ?array
0 commit comments