diff --git a/lib/rack/timeout/core.rb b/lib/rack/timeout/core.rb index 17d18b5..22c4722 100644 --- a/lib/rack/timeout/core.rb +++ b/lib/rack/timeout/core.rb @@ -134,7 +134,7 @@ def call(env) message = +"Request " message << "waited #{info.ms(:wait)}, then " if info.wait - message << "ran for longer than #{info.ms(:timeout)} " + message << "ran for longer than #{info.ms(:timeout)}" if term_on_timeout Thread.main['RACK_TIMEOUT_COUNT'] ||= 0 Thread.main['RACK_TIMEOUT_COUNT'] += 1