diff --git a/collects/web-server/servlet.ss b/collects/web-server/servlet.ss index 22c2ed23d1..153f334694 100644 --- a/collects/web-server/servlet.ss +++ b/collects/web-server/servlet.ss @@ -147,7 +147,7 @@ ; Note: Herman's syntactic strategy would fail without the new-request capture. ; (Moving this to the tail-position is not possible anyway, by the way.) (let ([thunk - (let/ec k0 + (let/cc k0 (send/back (response-generator (opt-lambda (proc [expiration-handler (current-servlet-continuation-expiration-handler)])