Ticket #18043: patch.diff
File patch.diff, 478 bytes (added by , 11 years ago) |
---|
-
.php
old new 74 74 ? ( ( $client_modified_timestamp >= $modified_timestamp) && ( $client_etag == $etag ) ) 75 75 : ( ( $client_modified_timestamp >= $modified_timestamp) || ( $client_etag == $etag ) ) 76 76 ) { 77 // replace the original content length to avoid problems with infinite file load 78 header( 'Content-Length: 0', true); 77 79 status_header( 304 ); 78 80 exit; 79 81 }