Reformat
svn: r6309
This commit is contained in:
parent
36a8fe7fd7
commit
3dffefe3c0
|
@ -150,7 +150,9 @@
|
|||
;; dispatch-start: request -> reponse
|
||||
;; pass the initial request to the starting interaction point
|
||||
(define (dispatch-start req0)
|
||||
(abort/cc (lambda () (start-continuation req0))))
|
||||
(abort/cc
|
||||
(lambda ()
|
||||
(start-continuation req0))))
|
||||
|
||||
;; dispatch: request -> response
|
||||
;; lookup the continuation for this request and invoke it
|
||||
|
|
Loading…
Reference in New Issue
Block a user