]> git.ipfire.org Git - thirdparty/tornado.git/commit
remove content headers for 303 redirect
authorAaron Morton <aaron@the-mortons.org>
Sun, 2 Oct 2011 08:07:02 +0000 (21:07 +1300)
committerAaron Morton <aaron@the-mortons.org>
Sun, 2 Oct 2011 08:07:02 +0000 (21:07 +1300)
commit6cd8e08fe3092b3ccfa167b0560c42c4348989bd
tree822b94d7e53241b24fce0493ede23e0d7ef257a5
parent1667e0b7f800f4fe41ad49c17f7151c6a6058c92
remove content headers for 303 redirect

when doing a GET request for a 303 redirect clear the Content-Length
and Content-Type headers, they are set during the initial POST.
tornado/simple_httpclient.py