Brian Olsen
Brian Olsen
[approve ci docs]
[approve ci fedora]
[approve ci rocky]
Workaround is to add 2 header rewrites, one before and one after the background_fetch plugin with example rewrites: before: ``` cond %{READ_RESPONSE_HDR_HOOK} cond %{CLIENT-HEADER:Range} = "" [NOT] cond %{STATUS} =...
You can run global plugin remap_stats.so and then either use traffic_ctl metric match to get via command line or use stats_over_http plugin to do the same over an http endpoint.
Working on testing this in production (had to back port to 9.1.x)
[approve ci autest]
Money trace plugin does not generate the next trace context in case of cache hit, but stale scenario
Very likely it is a bug. Plugins in "experimental" aren't necessarily guaranteed to be robust. With 9.2.x the money trace plugin was rewritten. It should be possible to cherry pick...
[approve ci]
I've been trying to recreate the issue and I just ran the autests in this PR against master without this PR and they all pass. Did some other PR already...