We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6b1ff2 commit 3b0e8dcCopy full SHA for 3b0e8dc
vanilla/library/core/class.controller.php
@@ -2112,11 +2112,6 @@ public function sendHeaders() {
2112
\Vanilla\Web\CacheControlMiddleware::sendCacheControlHeaders($this->_Headers['Cache-Control']);
2113
}
2114
2115
- // FIX: https://github.com/topcoder-platform/forums/issues/381
2116
- if (class_exists('Tideways\Profiler')) {
2117
- safeHeader("Server-Timing: ".\Tideways\Profiler::generateServerTimingHeaderValue(), true);
2118
- }
2119
-
2120
// Empty the collection after sending
2121
$this->_Headers = [];
2122
0 commit comments