Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not send "body" with DELETE request #30

Open
derks opened this issue Mar 19, 2014 · 0 comments
Open

Do not send "body" with DELETE request #30

derks opened this issue Mar 19, 2014 · 0 comments
Assignees
Milestone

Comments

@derks
Copy link
Member

derks commented Mar 19, 2014

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?

@derks derks added this to the 1.0.0 Stable milestone Mar 19, 2014
@derks derks self-assigned this Mar 19, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant