fix: handle double charset everywhere by using our ParseMediaType

This commit is contained in:
James Houlahan
2020-06-03 07:39:16 +02:00
parent 80b2bfc2a5
commit 45e99caa23
5 changed files with 14 additions and 11 deletions

View File

@ -24,6 +24,7 @@ Changelog [format](http://keepachangelog.com/en/1.0.0/)
* GODT-341 Fixed flaky unittest for Store synchronization cooldown
* Crash when failing to match necessary html element
* Crash in message.combineParts when copying nil slice
* Handle double charset better by using local ParseMediaType instead of mime.ParseMediaType
## [v1.2.7] Donghai-hotfix - beta (2020-05-07)