DescriptionFix removal of headers
HttpResponseHeaders::RemoveHeaderWithValue did not correctly remove headers if the passed value contained a comma. For a header "Foo: bar, baz", RemoveHeaderWithValue("Foo", "bar, baz") would be be a non-op. This CL fixes that. As the web request API is the only consumer of this function, there will be no side effects on other code due to the changed behavior.
BUG=137396
TEST=no
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=148078
Patch Set 1 #
Total comments: 10
Patch Set 2 : Addressed comments #Patch Set 3 : Nit #
Messages
Total messages: 7 (0 generated)
|