Generate a pair of status and text if the CGI script failed to provide
the "Status" header.
This commit is contained in:
parent
e6e4ea0f1a
commit
bc6324e252
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue