Preserve if-modified-since timestamps across redirects.
PR: 224426 MFC after: 1 week
This commit is contained in:
parent
5f05bda607
commit
b847b083a8
@ -1874,6 +1874,7 @@ http_request_body(struct url *URL, const char *op, struct url_stat *us,
|
||||
}
|
||||
new->offset = url->offset;
|
||||
new->length = url->length;
|
||||
new->ims_time = url->ims_time;
|
||||
break;
|
||||
case hdr_transfer_encoding:
|
||||
/* XXX weak test*/
|
||||
|
Loading…
Reference in New Issue
Block a user