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 6845688 commit 52db06bCopy full SHA for 52db06b
src/Encoding/DechunkStream.php
@@ -25,7 +25,7 @@ public function getReadFilter()
25
public function getWriteFilter()
26
{
27
if (!array_key_exists('chunk', stream_get_filters())) {
28
- stream_filter_register('chunk', 'Http\Encoding\Filter\Chunk');
+ stream_filter_register('chunk', 'Http\Message\Encoding\Filter\Chunk');
29
}
30
31
return 'chunk';
0 commit comments