Make WordPress Core


Ignore:
Timestamp:
07/06/2004 06:20:11 PM (21 years ago)
Author:
saxmatt
Message:

http://mosquito.wordpress.org/bug_view_page.php?bug_id=0000133
Stop execution after we 304 the client.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-blog-header.php

    r1452 r1455  
    109109                header('HTTP/1.x 304 Not Modified');
    110110            }
     111            exit;
    111112        }
    112113    }
Note: See TracChangeset for help on using the changeset viewer.