forked from loafle/openapi-generator-original
* Resolve an exception situation when a remote server returns 204 with no body. * Only return a value when needed. * Use HttpStatus codes instead of magic numbers. * Drop checking for a body as it will consume too much memory. * Cosmetic changes.