Skip to content

Commit

Permalink
fix r.id
Browse files Browse the repository at this point in the history
  • Loading branch information
chronolaw committed Sep 21, 2022
1 parent 33ef511 commit a9fbcec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kong/router/compat.lua
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ local function get_priority(route)
end

if headers_count > MAX_HEADER_COUNT then
ngx_log(ngx_WARN, "too many headers in route ", r.id,
ngx_log(ngx_WARN, "too many headers in route ", route.id,
" headers count capped at 255 when sorting")
headers_count = MAX_HEADER_COUNT
end
Expand Down

0 comments on commit a9fbcec

Please sign in to comment.