Ajax- status 200, without data, in response is NOT considered as request success

Ajax- status 200, without data, in response is NOT considered as request success

Currently,
In case of an Ajax request, if the server responds with status code 200 and do not send any data in response, it is considered as an ERROR.

Expectation
It should be considered as SUCCESS and trigger done handler of the ajax object.