Skip to content

Commit 9c42317

Browse files
committed
support retry expired parts with upload
1 parent b77c8b3 commit 9c42317

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)