RFC 2616 section 10.2.7 says that partial responses MUST include ETag
header if it would have been sent in a 200 response to the same request.
Co-Advisor test cases:
test_case/rfc2616/scHdrs-206-include-explicit-withVary-noIfs
test_case/rfc2616/scHdrs-206-include-explicit-woutVary-noIfs
test_case/rfc2616/scHdrs-206-include-other-If-Range-strong
debugs(33, 3, "clientBuildRangeHeader: range spec count: " <<
spec_count << " virgin clen: " << rep->content_length);
assert(spec_count > 0);
- /* ETags should not be returned with Partial Content replies? */
- hdr->delById(HDR_ETAG);
/* append appropriate header(s) */
if (spec_count == 1) {