mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Process requests fairly. Fixes #406
This commit is contained in:
parent
8b987eda4a
commit
49e917a33d
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ module Puma
|
|||
@waiting -= 1
|
||||
end
|
||||
|
||||
work = todo.pop if continue
|
||||
work = todo.shift if continue
|
||||
end
|
||||
|
||||
break unless continue
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue