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 fb8e0eb commit feef566Copy full SHA for feef566
1 file changed
Buffer.php
@@ -20,16 +20,11 @@ class Buffer extends EventEmitter implements WritableStreamInterface
20
'file' => '',
21
'line' => 0,
22
);
23
- private $meta;
24
25
public function __construct($stream, LoopInterface $loop)
26
{
27
$this->stream = $stream;
28
$this->loop = $loop;
29
-
30
- if (is_resource($stream)) {
31
- $this->meta = stream_get_meta_data($stream);
32
- }
33
}
34
35
public function isWritable()
0 commit comments