You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The slow log was printing the post-remap (origin-facing) URL which
is less useful for debugging since it does not show what the client
actually requested. Use t_state.unmapped_url (the pre-remap URL)
instead, with a fallback to client_request URL if unmapped_url is
not available.
0 commit comments