Annoying comments

svn: r6356
This commit is contained in:
Jay McCarthy 2007-05-28 17:11:46 +00:00
parent d48168dd83
commit 3adb445691

View File

@ -65,9 +65,7 @@
[responders-file-not-found
(gen-file-not-found-responder "not-found.html")])
;; ************************************************************
;; dispatch: connection request -> void
;; trivial dispatcher
(define (dispatch conn req)
(define-values (uri method path) (decompose-request req))
(myprint "dispatch~n")
@ -78,10 +76,6 @@
(servlet-content-producer conn req))
(next-dispatcher)))
;; ************************************************************
;; ************************************************************
;; SERVING SERVLETS
;; servlet-content-producer: connection request -> void
(define (servlet-content-producer conn req)
(myprint "servlet-content-producer~n")