Fix: fatal if media download ends with timeout

This commit is contained in:
Alexander Pankratov 2024-05-23 17:35:03 +02:00
parent 1e5d09c7d9
commit 60c88b226e

72
composer.lock generated
View File

@ -2646,12 +2646,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/danog/MadelineProto.git", "url": "https://github.com/danog/MadelineProto.git",
"reference": "da935c43c3551824ae6032ca8f1e78c5f5af7170" "reference": "050d934015299689b11f1b14cd0055b07aa03694"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/danog/MadelineProto/zipball/da935c43c3551824ae6032ca8f1e78c5f5af7170", "url": "https://api.github.com/repos/danog/MadelineProto/zipball/050d934015299689b11f1b14cd0055b07aa03694",
"reference": "da935c43c3551824ae6032ca8f1e78c5f5af7170", "reference": "050d934015299689b11f1b14cd0055b07aa03694",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2662,6 +2662,7 @@
"amphp/http": "^2.1.1", "amphp/http": "^2.1.1",
"amphp/http-client": "^5.1.0", "amphp/http-client": "^5.1.0",
"amphp/http-client-cookies": "^2", "amphp/http-client-cookies": "^2",
"amphp/http-server": "^3.3.1",
"amphp/log": "^2", "amphp/log": "^2",
"amphp/mysql": "^3", "amphp/mysql": "^3",
"amphp/postgres": "^2", "amphp/postgres": "^2",
@ -2693,7 +2694,6 @@
"psr/log": "^3", "psr/log": "^3",
"revolt/event-loop": "^1.0.6", "revolt/event-loop": "^1.0.6",
"symfony/polyfill-mbstring": "*", "symfony/polyfill-mbstring": "*",
"symfony/thanks": "^1.3",
"webmozart/assert": "^1.11" "webmozart/assert": "^1.11"
}, },
"conflict": { "conflict": {
@ -2701,7 +2701,6 @@
"krakjoe/pthreads-polyfill": "*" "krakjoe/pthreads-polyfill": "*"
}, },
"require-dev": { "require-dev": {
"amphp/http-server": "^3.3.1",
"amphp/phpunit-util": "^3", "amphp/phpunit-util": "^3",
"bamarni/composer-bin-plugin": "1.8.2", "bamarni/composer-bin-plugin": "1.8.2",
"brianium/paratest": "^6.11.1", "brianium/paratest": "^6.11.1",
@ -2767,7 +2766,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2024-05-18T19:20:47+00:00" "time": "2024-05-23T15:33:19+00:00"
}, },
{ {
"name": "danog/primemodule", "name": "danog/primemodule",
@ -4368,67 +4367,6 @@
], ],
"time": "2024-01-29T20:11:03+00:00" "time": "2024-01-29T20:11:03+00:00"
}, },
{
"name": "symfony/thanks",
"version": "v1.3.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/thanks.git",
"reference": "5c569ce4ab014d5b9baa50d2650a1168aedf0a21"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/thanks/zipball/5c569ce4ab014d5b9baa50d2650a1168aedf0a21",
"reference": "5c569ce4ab014d5b9baa50d2650a1168aedf0a21",
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.0|^2.0",
"php": ">=7.1"
},
"type": "composer-plugin",
"extra": {
"branch-alias": {
"dev-main": "1.3-dev"
},
"class": "Symfony\\Thanks\\Thanks"
},
"autoload": {
"psr-4": {
"Symfony\\Thanks\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
}
],
"description": "Encourages sending ⭐ and 💵 to fellow PHP package maintainers (not limited to Symfony components)!",
"support": {
"issues": "https://github.com/symfony/thanks/issues",
"source": "https://github.com/symfony/thanks/tree/v1.3.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2024-03-19T12:38:11+00:00"
},
{ {
"name": "vlucas/phpdotenv", "name": "vlucas/phpdotenv",
"version": "v4.3.0", "version": "v4.3.0",