def begin(self):
"""Our connection will never be automatically closed, so set
will_close to False."""
http_client.HTTPResponse.begin(self)
self.will_close = False
return