- From: Domenic Denicola <notifications@github.com>
- Date: Sun, 04 Feb 2018 11:10:11 -0800
- To: whatwg/xhr <xhr@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Sunday, 4 February 2018 19:10:34 UTC
This is a known issue but I don't see a tracking bug. Basically, > Otherwise, if the header whose name is a byte-case-insensitive match for `Content-Type` in author request headers has a value that is a valid MIME type, which has a `charset` parameter whose value is not a byte-case-insensitive match for encoding, and encoding is not null, then set all the `charset` parameters whose value is not a byte-case-insensitive match for encoding of that header’s value to encoding. should be done in terms of MIME Type parsing and serialization. I'm especially wondering what to do if parsing fails. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/xhr/issues/188
Received on Sunday, 4 February 2018 19:10:34 UTC