Skip to content

Commit 2100a06

Browse files
committed
Merge branch 'master' of github.com:gitlabhq/grack
2 parents 7e76499 + 005fe8e commit 2100a06

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: lib/grack/server.rb

+4
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ def set_config_setting(key, value)
3535
end
3636

3737
def call(env)
38+
dup._call(env)
39+
end
40+
41+
def _call(env)
3842
@env = env
3943
@req = Rack::Request.new(env)
4044

0 commit comments

Comments
 (0)