I thought this was a h2o2 proxy issue (see here: https://github.com/hapijs/h2o2/issues/21 ) but I just repro'd this on normal Hapi. if I have the following route, the `accept-ranges` response header is set and I cannot modify it, even if the `onPreResponse` ext point.
I thought this was a h2o2 proxy issue (see here: hapijs/h2o2#21 ) but I just repro'd this on normal Hapi.
if I have the following route, the
accept-rangesresponse header is set and I cannot modify it, even if theonPreResponseext point.