masaori335 commented on code in PR #12391:
URL: https://github.com/apache/trafficserver/pull/12391#discussion_r2230123323
##########
plugins/experimental/cache_fill/background_fetch.cc:
##########
@@ -176,6 +208,12 @@ BgFetchData::initialize(TSMBuffer request, TSMLoc req_hdr,
TSHttpTxn txnp)
if (set_header(mbuf, hdr_loc, TS_MIME_FIELD_HOST,
TS_MIME_LEN_HOST, hostp, len)) {
Dbg(dbg_ctl, "Set header Host: %.*s", len, hostp);
}
+ // Next, remove the Range headers and IMS (conditional) headers
from the request
Review Comment:
Which hook this will run? Do we really need to remove conditional headers?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]