Allow 0 length JSON requests. 0 len XML and multipart already allowed.

This commit is contained in:
Allan Boll
2017-11-20 12:17:42 -08:00
committed by Felipe Zimmerle
parent 9b6d4b2bb9
commit f15976f68f
2 changed files with 3 additions and 1 deletions

View File

@@ -1,6 +1,8 @@
DD MMM YYYY - 2.9.3 - To be released
------------------------------------
* Allow 0 length JSON requests.
[Issue #1822 - @allanbomsft, @zimmerle, @victorhora, @marcstern]
* Include unanmed JSON values in unnamed ARGS
[Issue #1577, #1576 - @marcstern, @victorhora, @zimmerle]
* Fix buffer size for utf8toUnicode transformation