Preserve if-modified-since timestamps across redirects.

PR:		224426
MFC after:	1 week
This commit is contained in:
Dag-Erling Smørgrav 2018-05-12 17:02:27 +00:00
parent 5f05bda607
commit b847b083a8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=333571

View file

@ -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*/