Skip to content

Commit

Permalink
Try to figure out Windows failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Apr 3, 2024
1 parent 7d9e8b2 commit 78ec81c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/puma/server.rb
Expand Up @@ -32,7 +32,7 @@ class Server
module FiberPerRequest
def handle_request(client, requests)
Fiber.new do
super
super(client, requests)
end.resume
end
end
Expand Down

0 comments on commit 78ec81c

Please sign in to comment.