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
fix: resolve RealIP for bare RemoteAddr without port (#3054)
RealIP and LegacyIPExtractor discarded the address when net.SplitHostPort
failed (e.g. bare IPv4/IPv6 without :port). Reuse extractIP so behavior
matches ExtractIPDirect.
0 commit comments