sunet/scheme/httpd
interp da98e19193 Force the result of the servlet to be printed into a string-port.
The servlet programmer is (nearly) unaware of this.

This removes the problem that arises if send/suspend is called in HTTPD
while transmitting data to the browser.
2003-01-14 11:27:42 +00:00
..
surflets Force the result of the servlet to be printed into a string-port. 2003-01-14 11:27:42 +00:00
access-control.scm Replace integer HTTP status codes by finite record type instances. 2003-01-09 15:05:30 +00:00
cgi-server.scm Don't look at (getenv "PATH") when determining the PATH set for the 2003-01-10 13:31:06 +00:00
core.scm Rename MAKE-HTTP-ERROR-RESPONSE -> MAKE-ERROR-RESPONSE to be 2003-01-10 09:52:35 +00:00
error.scm
file-dir-handler.scm Rename MAKE-HTTP-ERROR-RESPONSE -> MAKE-ERROR-RESPONSE to be 2003-01-10 09:52:35 +00:00
handlers.scm Rename MAKE-HTTP-ERROR-RESPONSE -> MAKE-ERROR-RESPONSE to be 2003-01-10 09:52:35 +00:00
http-top.scm
info-gateway.scm Rename MAKE-HTTP-ERROR-RESPONSE -> MAKE-ERROR-RESPONSE to be 2003-01-10 09:52:35 +00:00
logging.scm Replace integer HTTP status codes by finite record type instances. 2003-01-09 15:05:30 +00:00
options.scm
request.scm
response.scm Remove obsolete comment. 2003-01-10 13:30:36 +00:00
rman-gateway.scm Rename MAKE-HTTP-ERROR-RESPONSE -> MAKE-ERROR-RESPONSE to be 2003-01-10 09:52:35 +00:00
server.scm
seval.scm Rename MAKE-HTTP-ERROR-RESPONSE -> MAKE-ERROR-RESPONSE to be 2003-01-10 09:52:35 +00:00
su-httpd.txt