Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tornadoweb/tornado
/ close
Method
close
tornado/test/httpserver_test.py:984–986 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
982
self.assertEqual(b
"Hello world"
, body)
983
984
def
close(self):
985
self.stream.close()
986
del self.stream
987
988
@gen_test
989
def
test_two_requests(self):
Callers
15
test_two_requests
Method · 0.95
test_request_close
Method · 0.95
test_http10
Method · 0.95
test_http10_keepalive
Method · 0.95
test_http10_keepalive_extra_crlf
Method · 0.95
test_pipelined_requests
Method · 0.95
test_pipelined_cancel
Method · 0.95
test_cancel_during_download
Method · 0.95
test_finish_while_closed
Method · 0.95
test_keepalive_chunked
Method · 0.95
test_keepalive_chunked_head_no_body
Method · 0.95
test_multi_process
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected