Skip to content

Commit

Permalink
support retry expired parts with upload
Browse files Browse the repository at this point in the history
  • Loading branch information
lihsai0 committed Sep 22, 2022
1 parent b77c8b3 commit 9c42317
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 9c42317

Please sign in to comment.