[Mono-bugs] [Bug 417891] System.Net.ServicePoint FindServicePoint broken
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Aug 18 02:15:32 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=417891
User gburt at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=417891#c3
--- Comment #3 from Gabriel Burt <gburt at novell.com> 2008-08-18 00:15:31 MDT ---
So the issue is really that the HybridDictionary is keyed off of
hacked-together ints instead of the Uris, so the quality comparison that hash
tables do when there is a key collision isn't useful - it should be comparing
two Uris, but instead it's comparing two ints (which are the same, so it
returns the first value at that hashtable slot).
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list