Generate a pair of status and text if the CGI script failed to provide

the "Status" header.
This commit is contained in:
mainzelm 2003-02-20 08:57:59 +00:00
parent e6e4ea0f1a
commit bc6324e252
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@
(else
(http-syslog (syslog-level notice)
"CGI script didn't generate status header.")
200)))
(cons 200 "OK"))))
(extra-headers (delete-headers (delete-headers (delete-headers headers
'content-type)
'location)