I seem to have a similar problem with the dispatch of static files. I posted it
on Stackoverflow. Could you take a look at it?
https://stackoverflow.com/questions/43027717/racket-servlet-serve-static-files
--
You received this message because you are subscribed to the Google Groups
"Racket Use
In the second case,
#:servlet-regexp #rx""
makes it so that `start` gets first dibs on all requests. Your
dispatch function includes an `else` case, so anything that doesn't
match an explicit case is handled.
If you remove the `else`, then things not explicitly mentioned will
have (next-dispatch
2 matches
Mail list logo