- added testcase for #948
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1901 152afb58-edef-0310-8abb-c4023f1b3aa9svn/tags/lighttpd-1.4.17
parent
dac6d449dd
commit
2573648c4b
@ -0,0 +1,5 @@
|
||||
#!/usr/bin/perl
|
||||
use CGI qw/:standard/;
|
||||
print header ( -status => 404
|
||||
-type => 'text/plain' );
|
||||
print ("send404\n");
|
Loading…
Reference in New Issue