我收到以下标头以响应 Web 请求:
HTTP/1.1 200 OK
...
...
Pragma: no-cache
Content-Type: binary/octet-stream
Transfer-Encoding: chunked
...
Ÿ’âýÝ©ËIJ‹sç
ÿ-
// in hex the encoded data reads:
// 00000000 9f 92 e2 fd dd a9 cb 49 4a 8b 73 e7 0a ff 02 2d IJ s -
问题:
- 这是一个有效的或正确编码的分块响应吗?我在那里看不到任何长度为 0 的块。我错过了什么?