We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb4eac9 commit 9e22245Copy full SHA for 9e22245
1 file changed
frameworks/roda/config.ru
@@ -24,7 +24,7 @@ class MarkAsIOBoundThreads
24
end
25
26
def call(env)
27
- if env['PATH_INFO'] == '/baseline'
+ if env['PATH_INFO'].start_with? '/baseline'
28
env["puma.mark_as_io_bound"].call
29
30
@app.call(env)
0 commit comments