Aaron Schulz has submitted this change and it was merged. Change subject: Make OutputPage's mechanism for gathering Vary headers reusable ......................................................................
Make OutputPage's mechanism for gathering Vary headers reusable Maybe WebResponse would be a better place for this, but this'll work for now. * Add getVaryHeader() to get the serialized version of $mVaryHeader. * Remove 'Cookie' from the initializer, and add it explicitly later ** This allows reuse by code that doesn't want 'Cookie' in there Change-Id: Ifa8f74a21f832154b05e54ced95b9f9eb6052fcd --- M includes/OutputPage.php 1 file changed, 12 insertions(+), 2 deletions(-) Approvals: Aaron Schulz: Looks good to me, approved jenkins-bot: Verified -- To view, visit https://gerrit.wikimedia.org/r/9622 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ifa8f74a21f832154b05e54ced95b9f9eb6052fcd Gerrit-PatchSet: 2 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Catrope <[email protected]> Gerrit-Reviewer: Aaron Schulz <[email protected]> Gerrit-Reviewer: Catrope <[email protected]> Gerrit-Reviewer: Demon <[email protected]> Gerrit-Reviewer: Tim Starling <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
