Do not include Content-Type header for empty body (#580)

* Do not include Content-Type header for empty body

Fixes #544

* Fix lint

* Changelog
This commit is contained in:
Joe Nelson
2016-05-03 21:18:23 -07:00
parent 88aad4b1b6
commit d9205bd838
3 changed files with 23 additions and 15 deletions
+1
View File
@@ -11,6 +11,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Fixed
- Omit Content-Type header for empty body - @begriffs
- Prevent role from being changed twice - @begriffs
- Use read-only transaction for read requests - @ruslantalpa