fix:更新已知bug,优化代码
This commit is contained in:
1
vendor/guzzlehttp/psr7/src/AppendStream.php
vendored
1
vendor/guzzlehttp/psr7/src/AppendStream.php
vendored
@@ -191,7 +191,6 @@ final class AppendStream implements StreamInterface
|
||||
$progressToNext = false;
|
||||
|
||||
while ($remaining > 0) {
|
||||
|
||||
// Progress to the next stream if needed.
|
||||
if ($progressToNext || $this->streams[$this->current]->eof()) {
|
||||
$progressToNext = false;
|
||||
|
||||
Reference in New Issue
Block a user