mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-24 09:40:53 +00:00
* 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.