[Webkit-unassigned] [Bug 35227] REGRESSION (51566): HTTPHeaderMap::add(const char*, const String&) does not work

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 21 21:34:19 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=35227





--- Comment #3 from Yuta Kitamura <yutak at chromium.org>  2010-02-21 21:34:19 PST ---
(In reply to comment #2)
> (From update of attachment 49183 [details])
> Yes, this bug was introduced by <http://trac.webkit.org/changeset/51566>.
> 
> How did you notice this bug? Does this have any effect on existing code, or
> only on the new code you are writing? Can you construct a test case, either
> manual or automated?
> 
> r=me

I found this bug when I was writing new code using HTTPHeaderMap. I don't know
about any affected code of this bug.

To test this manually, try to call HTTPHeaderMap::add(const char*, const
String&) and confirm the value is stored correctly. AFAIK there's no automatic
test for this bug yet. A patch I'm writing now includes the code path that
calls the above function, so this bug will be covered by the layout tests when
my patch is committed.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list