Allow 0 length JSON requests

As discussed at: #1822
This commit is contained in:
Felipe Zimmerle
2018-11-29 10:37:23 -03:00
parent d29f2a8986
commit d2b14de268
3 changed files with 76 additions and 3 deletions

View File

@@ -1,6 +1,8 @@
v3.0.4 - YYYY-MMM-DD (to be released)
-------------------------------------
- Allow 0 length JSON requests.
[Issue #1822 - @allanbomsft, @zimmerle, @victorhora, @marcstern]
- Fix "make dist" target to include default configuration
[Issue #1966 - @defanator]
- Replaced log locking using mutex with fcntl lock