MCPcopy Create free account
hub / github.com/Bitmessage/PyBitmessage / handle_write

Method handle_write

src/network/httpd.py:99–103  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

97 return TLSHandshake.writable(self)
98
99 def handle_write(self):
100 if self.tlsDone:
101 HTTPRequestHandler.handle_write(self)
102 else:
103 TLSHandshake.handle_write(self)
104
105
106class HTTPServer(asyncore.dispatcher):

Callers

nothing calls this directly

Calls 1

handle_writeMethod · 0.45

Tested by

no test coverage detected