Sign in
apache
/
httpd-tests
/
refs/heads/trunk
/
.
/
t
/
htdocs
/
modules
/
cgi
/
not-modified.pl.PL
blob: 6684e48e6f32c94c8c9f46ac900802fce1530a4c [
file
]
use
strict
;
print
"Status: 304 Not Modified\r\n\r\n"
;