Skip to content

Do not send "body" with DELETE request #30

@derks

Description

@derks

Seeing issues with NGINX when performing a DELETE request and getting the following:

DREST_DEBUG: method=DELETE url=http://example.com/XXXXXXX params={} headers={'Content-Type': 'application/json'}

httplib.IncompleteRead: IncompleteRead(0 bytes read, 39 more expected)

Believe this is likely do to the fact that dRest is presumably sending a "body" with the request. Should remove this, or add a meta option to make is configurable (but default to not sending a body).

Related?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions