On Thu, Mar 10, 2011 at 10:59 PM, Jay McCarthy <[email protected]>wrote:

> 2011/3/10 Doug Orleans <[email protected]>:
> > When I try to run this simple servlet:
> >
> > #lang web-server
> >
> > (require web-server/servlet)
>
> This line requires the STATEFUL send/suspend/dispatch, replace it with
>
> (require web-server/http/xexpr)
>
> to get response/xexpr and it should do what you think.
>
>
Aha, thanks.  In fact I don't need either require.

--Doug
_________________________________________________
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/users

Reply via email to