Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
self.finish() はtorandoWeb サーバーをどのような状態にしますか? 現在の接続を閉じると思います。現在self.set_status(204)、HTTP 応答コードを返すために使用していますが、 を呼び出していませんself.finish()。すべての要求ハンドラーの最後に呼び出す必要がありますか?
torando
self.set_status(204)
self.finish()