这是请求头
<code>GET http://subversion.apache.org/images/windows.png HTTP/1.1Host: subversion.apache.orgRange: 1000-3000Content-Length: 14Pragma: no-cache</code>
这是响应头
<code>HTTP/1.1 200 OKDate: Sun, 28 Aug 2016 01:33:56 GMTServer: Apache/2.4.7 (Ubuntu)Last-Modified: Thu, 14 Jan 2010 21:29:52 GMTETag: "1403-47d2696640237"Accept-Ranges: bytesContent-Length: 5123Content-Type: image/pngCache-Control: no-cache</code>
他直接返回了一个完整的图片,按照预想应该是返回部分图片才对
回复内容:
这是请求头
<code>GET http://subversion.apache.org/images/windows.png HTTP/1.1Host: subversion.apache.orgRange: 1000-3000Content-Lengt<strong>*本文来源gaodai#ma#com搞@代~码^网+</strong><strong>搞代gaodaima码</strong>h: 14Pragma: no-cache</code>
这是响应头
<code>HTTP/1.1 200 OKDate: Sun, 28 Aug 2016 01:33:56 GMTServer: Apache/2.4.7 (Ubuntu)Last-Modified: Thu, 14 Jan 2010 21:29:52 GMTETag: "1403-47d2696640237"Accept-Ranges: bytesContent-Length: 5123Content-Type: image/pngCache-Control: no-cache</code>
他直接返回了一个完整的图片,按照预想应该是返回部分图片才对