lib/nitro/adapter/webrick.rb in nitro-0.30.0 vs lib/nitro/adapter/webrick.rb in nitro-0.31.0
- old
+ new
@@ -197,11 +197,9 @@
# Handle the request.
def handle(req, res)
unless handle_file(req, res)
- path = req.request_uri.path
-
begin
path = req.request_uri.path
context = Context.new(@server)