Merge pull request #1924 from tskillian/fixRequestContentHeaders

Fix Content-Type header bug (Issue #1919)
This commit is contained in:
Pierre-Yves Gérardy 2017-08-04 01:05:56 +02:00 committed by GitHub
commit 2032131340
4 changed files with 22 additions and 3 deletions

View file

@ -26,6 +26,7 @@
#### Bug fixes
- API: `m.route.set()` causes all mount points to be redrawn ([#1592](https://github.com/MithrilJS/mithril.js/pull/1592))
- API: If a user sets the Content-Type header within a request's options, that value will be the entire header value rather than being appended to the default value ([#1924](https://github.com/MithrilJS/mithril.js/pull/1924))
---