remove bogus #:namespace argument from handin status servlet runner

This commit is contained in:
Matthew Flatt 2011-01-03 07:21:46 -07:00
parent daf3219cbe
commit 8190f3341b
2 changed files with 0 additions and 7 deletions

View File

@ -67,7 +67,6 @@
(provide run-servlet)
(define (run-servlet dispatcher
#:namespace [namespace '()]
#:log-file [log-file #f])
;; a channel for incoming requests
(define ach (make-async-channel))
@ -100,7 +99,6 @@
(init-path (url->string (request-uri req)))
(dispatcher req))
#:regexp #rx""
#:namespace namespace
#:manager (make-threshold-LRU-manager
(send-error "Your session has expired" init-path)
(* 12 1024 1024))))

View File

@ -266,11 +266,6 @@
(begin0 (parameterize ([error-print-context-length 0])
(run-servlet
dispatcher
#:namespace '(handin-server/private/md5
handin-server/private/logger
handin-server/private/config
handin-server/private/hooker
handin-server/private/reloadable)
#:log-file (get-conf 'web-log-file)))
(log-line "*** embedded web server started"))
;; simple "server" so it's known that there is no server