]> git.ipfire.org Git - thirdparty/tornado.git/commit
Remove the has_body flag from write_headers.
authorBen Darnell <ben@bendarnell.com>
Sun, 27 Apr 2014 16:25:12 +0000 (12:25 -0400)
committerBen Darnell <ben@bendarnell.com>
Sun, 27 Apr 2014 16:25:12 +0000 (12:25 -0400)
commit61c05ab4921d2ec4ae5653cfba263c5b700a4be8
treee52059644f896d429e94ad1148d5acb19c7350da
parent8630b3b7ede744fc3824b36dc1bbfcfb021155f9
Remove the has_body flag from write_headers.

It was only used client-side and we can infer whether we need to add
a framing mechanism from the method instead.
tornado/http1connection.py
tornado/httputil.py
tornado/simple_httpclient.py
tornado/wsgi.py