[bknr-cvs] hans changed deployed/quickhoney/projects/quickhoney/src/init.lisp
BKNR Commits
bknr at bknr.net
Fri May 8 10:22:08 UTC 2009
Revision: 4389
Author: hans
URL: http://bknr.net/trac/changeset/4389
Another Hunchentoot 1.0 fix
U deployed/quickhoney/projects/quickhoney/src/init.lisp
Modified: deployed/quickhoney/projects/quickhoney/src/init.lisp
===================================================================
--- deployed/quickhoney/projects/quickhoney/src/init.lisp 2009-05-08 10:13:51 UTC (rev 4388)
+++ deployed/quickhoney/projects/quickhoney/src/init.lisp 2009-05-08 10:22:08 UTC (rev 4389)
@@ -39,6 +39,7 @@
(setf *acceptor* (make-instance 'hunchentoot:acceptor
:port *webserver-port*
:taskmaster (make-instance 'hunchentoot:single-threaded-taskmaster)
- :persistent-connections-p nil))
+ :persistent-connections-p nil
+ :request-dispatcher 'bknr.web:bknr-dispatch))
(bt:make-thread (curry #'hunchentoot:start *acceptor*)
:name (format nil "HTTP server on port ~A" *webserver-port*)))
More information about the Bknr-cvs
mailing list