Skip to content

Commit f67a17d

Browse files
committed
Merge branch 'dev'
2 parents 6e46673 + 0f478ee commit f67a17d

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)