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
docs: sync tier 2 review doc with actual GetLeftPart(Authority) fix
Gemini round 2 caught that the review doc still showed the original
scheme/host/port triple-comparison snippet, while the merged code
uses Uri.GetLeftPart(Authority). Updated the snippet and explanation
to match the actual implementation, and bumped the test-count count
from 4 to 5 (the round-1 reply added an explicit-default-port
edge-case regression test).
Gemini's other round-2 comment is a repeat of the round-1 finding
against the pre-fix code — acknowledged but no action needed; the
fix from 0d65d7a is correct.
0 commit comments