XhrIo.send() was only looking for literal matches of XhrIo.CONTENT_TYPE_HEADER,
which led to mangled/duplicate content type values being sent when the
opt_headers object used a valid but differently-cased variant (in my original
case, 'content-type').
This fix changes that (and fixes a bug in the test code as a side effect):
https://codereview.appspot.com/7340045/
Original issue reported on code.google.com by jg...@bitgirder.com on 19 Feb 2013 at 8:29
Original issue reported on code.google.com by
jg...@bitgirder.com
on 19 Feb 2013 at 8:29