Skip to content

Commit 5ec1d2a

Browse files
authored
Merge pull request #394 from qiniu/features/retry-when-upload-expire
support retry expired parts with upload & fix resume upload
2 parents b77c8b3 + 9c42317 commit 5ec1d2a

File tree

4 files changed

+232
-110
lines changed

4 files changed

+232
-110
lines changed

src/Qiniu/Http/Error.php

+3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
final class Error
1111
{
1212
private $url;
13+
/**
14+
* @var Response
15+
*/
1316
private $response;
1417

1518
public function __construct($url, $response)

0 commit comments

Comments
 (0)