Skip to content

Commit e2de893

Browse files
committed
赞不加入xlog信息
1 parent b52072b commit e2de893

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

qiniu/http.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@ function Qiniu_Client_do($req) // => ($resp, $error)
156156
$resp = new Qiniu_Response($code, $respBody);
157157
$resp->Header['Content-Type'] = $contentType;
158158
$resp->Header["X-Reqid"] = $reqid;
159-
$resp->Header["X-Log"] = $xLog;
160159
return array($resp, null);
161160
}
162161

tests/IoTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ public function testReqid()
2020
list($ret, $err) = Qiniu_PutFile("", $key, __file__, null);
2121
$this->assertNotNull($err);
2222
$this->assertNotNull($err->Reqid);
23-
$this->assertNotNull($err->Details);
2423
var_dump($err);
2524
}
2625

0 commit comments

Comments
 (0)