update v 1.0.7.5
This commit is contained in:
2
vendor/guzzlehttp/psr7/README.md
vendored
2
vendor/guzzlehttp/psr7/README.md
vendored
@@ -95,7 +95,7 @@ $stream = Psr7\stream_for();
|
||||
// Start dropping data when the stream has more than 10 bytes
|
||||
$dropping = new Psr7\DroppingStream($stream, 10);
|
||||
|
||||
$stream->write('01234567890123456789');
|
||||
$dropping->write('01234567890123456789');
|
||||
echo $stream; // 0123456789
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user