Skip to content

Commit 0f478ee

Browse files
committed
Merge remote-tracking branch 'upstream/main' into dev
2 parents b230301 + 0ec81d0 commit 0f478ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Responses/StreamResponse.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public function getIterator(): Generator
6060
throw new ErrorException($response['error'], $this->response);
6161
}
6262

63-
$skippableTypes = ['ping', 'keepalive'];
63+
$skippableTypes = ['ping', 'keepalive', 'response.keep_alive'];
6464
if (isset($response['type']) && in_array($response['type'], $skippableTypes, true)) {
6565
continue;
6666
}

0 commit comments

Comments
 (0)