RESTClient
RESTClient copied to clipboard
A delete request never ends
I am developing a rest api using tornado-web (python). When I send a no-content status due to a "delete" or a "put" the request never ends, although the request arrives to the server and it sends the response.
It works in other rest clients like "Advanced rest client application" of Chrome.