thttpd - web daemon software - fixes 5
This commit is contained in:
parent
445f12c48b
commit
c38832ae2a
|
@ -91,7 +91,6 @@
|
||||||
(let ((response-word-2nd (get-response abcl)))
|
(let ((response-word-2nd (get-response abcl)))
|
||||||
(if (symbol? response-word-2nd)
|
(if (symbol? response-word-2nd)
|
||||||
(begin
|
(begin
|
||||||
(write "Hello World")
|
|
||||||
;;(display "200 OK" out)
|
;;(display "200 OK" out)
|
||||||
(display aspect-content out)
|
(display aspect-content out)
|
||||||
(display (string #\return #\newline) out) ;; CRLF
|
(display (string #\return #\newline) out) ;; CRLF
|
||||||
|
|
Loading…
Reference in New Issue