Skip to content

Commit

Permalink
fix return
Browse files Browse the repository at this point in the history
  • Loading branch information
chronolaw committed Jul 28, 2023
1 parent 13044d3 commit 99936a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kong/runloop/balancer/round_robin.lua
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ function roundrobin_algorithm:getPeer(cacheOnly, handle, hashValue)
end

-- an unknown error occurred
return nil, port
do return nil, port end

::continue::

Expand Down

0 comments on commit 99936a8

Please sign in to comment.