The early return added in r98698 was skipping the closing wfProfileOut().
This commit is contained in:
parent
d581e9dd5a
commit
d71e657d59
1 changed files with 1 additions and 0 deletions
|
|
@ -424,6 +424,7 @@ class ResourceLoader {
|
|||
|
||||
// If there's an If-Modified-Since header, respond with a 304 appropriately
|
||||
if ( $this->tryRespondLastModified( $context, $mtime ) ) {
|
||||
wfProfileOut( __METHOD__ );
|
||||
return; // output handled (buffers cleared)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue