Skip to content

Commit 9e22245

Browse files
authored
Update config.ru
1 parent eb4eac9 commit 9e22245

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frameworks/roda/config.ru

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class MarkAsIOBoundThreads
2424
end
2525

2626
def call(env)
27-
if env['PATH_INFO'] == '/baseline'
27+
if env['PATH_INFO'].start_with? '/baseline'
2828
env["puma.mark_as_io_bound"].call
2929
end
3030
@app.call(env)

0 commit comments

Comments
 (0)