I recently noticed combohandler was marking all of its generated documents as Cache-Control: Public regardless of what the requested documents contained in Cache-Control. That's a bug. I've feature-gated the fix using a #define FEAT_GATE_8_0 in commit 9d33ca2. It should be undef'd for 8.0 since it's a breaking change.
I recently noticed
combohandlerwas marking all of its generated documents asCache-Control: Publicregardless of what the requested documents contained inCache-Control. That's a bug. I've feature-gated the fix using a#define FEAT_GATE_8_0in commit 9d33ca2. It should be undef'd for 8.0 since it's a breaking change.