Merge pull request #1924 from tskillian/fixRequestContentHeaders
Fix Content-Type header bug (Issue #1919)
This commit is contained in:
commit
2032131340
4 changed files with 22 additions and 3 deletions
|
|
@ -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))
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue