Revert "Add MediaWiki-Timestamp header to ResourceLoader requests"
[lhc/web/wiklou.git] / includes / resourceloader / ResourceLoader.php
index f7ba4d2..85ef3c3 100644 (file)
@@ -802,11 +802,6 @@ class ResourceLoader implements LoggerAwareInterface {
                        $exp = min( $maxage, $smaxage );
                        header( 'Expires: ' . wfTimestamp( TS_RFC2822, $exp + time() ) );
                }
-
-               // Send the current time expressed as fractional seconds since epoch,
-               // with microsecond precision. This helps distinguish hits from misses
-               // in edge caches.
-               header( 'MediaWiki-Timestamp: ' . microtime( true ) );
        }
 
        /**