Comment 3 for bug 1569231

Revision history for this message
Chris Coulson (chrisccoulson) wrote :

I'm fairly busy at the moment, but this would be a fairly easy fix for someone to take:

- net/http/http_util.h has a helper for this (net::HttpUtil::ParseContentType).
- This would need using in oxide::qt::URLRequestDelegatedJob::OnDidReceiveResponse, which would also need to record the charset as well as the mime type.
- We'd need to implement net::URLRequestJob::GetCharset.