Skip to content

Python support for no content responses #1459

@baywet

Description

See #1410 and #1457 for more context. The request adapter needs to do two things:

  • return null on a 204 response (even if a model is expected to be returned)
  • always purge the response content (read all content, close the response/content)

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions