我注意到该框已开始在文件上传 API 调用中随机返回 202 个状态代码。似乎返回此代码时文件上传尚未成功完成,因此需要重试尝试的操作。这是我看到的示例响应:
["body"]=>
bool(true)
["header"]=>
string(211) "HTTP/1.1 202 Accepted
Server: nginx
Date: Mon, 07 Jan 2013 23:14:08 GMT
Content-Type: text/html; charset=utf-8
Connection: keep-alive
Cache-control: no-cache, no-store
Retry-After: 4
Content-Length: 0"
鉴于 202 响应的模棱两可的性质,有人知道对此状态代码的技术上适当的响应是什么吗?