Skip to content

Commit

Permalink
Merge pull request #394 from qiniu/features/retry-when-upload-expire
Browse files Browse the repository at this point in the history
support retry expired parts with upload & fix resume upload
  • Loading branch information
bachue authored Oct 25, 2022
2 parents b77c8b3 + 9c42317 commit 5ec1d2a
Show file tree
Hide file tree
Showing 4 changed files with 232 additions and 110 deletions.
3 changes: 3 additions & 0 deletions src/Qiniu/Http/Error.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
final class Error
{
private $url;
/**
* @var Response
*/
private $response;

public function __construct($url, $response)
Expand Down
Loading

0 comments on commit 5ec1d2a

Please sign in to comment.