MCPcopy Create free account
hub / github.com/apache/httpd / close

Method close

test/pyhttpd/curl.py:71–76  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

69 self.proc.stdin.flush()
70
71 def close(self) -> ([str], [str]):
72 self.proc.stdin.close()
73 self.stdout_thread.join()
74 self.stderr_thread.join()
75 self._end()
76 return self._stdout, self._stderr
77
78 def _end(self):
79 if self.proc:

Callers 15

test_h2_105_10Method · 0.95
test_h2_105_11Method · 0.95
test_h2_105_12Method · 0.95
stutter_checkMethod · 0.95
get_plainMethod · 0.80
mainFunction · 0.80
stopMethod · 0.80
mainFunction · 0.80
stopMethod · 0.80
_processMethod · 0.80
test_h2_105_01Method · 0.80
test_h2_105_02Method · 0.80

Calls 2

_endMethod · 0.95
joinMethod · 0.80

Tested by 7

test_h2_105_10Method · 0.76
test_h2_105_11Method · 0.76
test_h2_105_12Method · 0.76
stopMethod · 0.64
_processMethod · 0.64
test_h2_105_01Method · 0.64
test_h2_105_02Method · 0.64