Skip to content

Commit a4ab0c1

Browse files
committed
rm checksum in put policy
1 parent 9ccdead commit a4ab0c1

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/Qiniu/Auth.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ public function uploadToken(
106106
'persistentOps',
107107
'persistentNotifyUrl',
108108
'persistentPipeline',
109-
'checksum',
110109
);
111110

112111
private static $deprecatedPolicyFields = array(

src/Qiniu/Http/Response.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ public function __construct($code, $duration, array $headers = array(), $body =
115115
} elseif ($code >=400) {
116116
$this->error = $body;
117117
}
118+
return;
118119
}
119120

120121
public function json()

0 commit comments

Comments
 (0)