ekoch
Results
2
comments of
ekoch
I have the same issue. With a 204 returned by the server, there is no body at all, thus nothing to read for the JsonConversionStrategy. curl -v -X DELETE http://localhost:8080/1/admin/message/24...
Fixed by patching line json-conversion-strategy.js:12 with return data == null ? null : this.parser.parse(data);