Fix memory leaks in IE caused by the custom abort function of $.ajax. Fixes bug ...
[jquery.git] / test / data / notmodified.php
1 <?php header('HTTP/1.0 304 Not Modified'); exit; ?>