RESTClient icon indicating copy to clipboard operation
RESTClient copied to clipboard

A delete request never ends

Open mendrugory opened this issue 10 years ago • 0 comments

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.

mendrugory avatar Jul 31 '15 16:07 mendrugory