fix(handlers): handle http certbot request

This commit is contained in:
2026-04-21 23:00:31 +02:00
committed by Kleπek
parent 155892a30e
commit 7c824ff1c0
3 changed files with 43 additions and 10 deletions
+2
View File
@@ -97,6 +97,8 @@ class StaplerServer:
return UpgradeHandler(
*args,
params=self.params,
registry=self.registry,
token_manager=self.token_manager,
)
def __start_upgrade_server(self) -> http.server.ThreadingHTTPServer: