From 1948fe6d8a45555727196c5f0d8a4f985a9f9052 Mon Sep 17 00:00:00 2001 From: Robert Heller Date: Wed, 12 Feb 2025 00:04:06 -0500 Subject: [PATCH] Added/Updated Destructors for Httpd and Httpd::Listen. --- src/httpd/Httpd.hxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/httpd/Httpd.hxx b/src/httpd/Httpd.hxx index b54158609..b07bd0b33 100644 --- a/src/httpd/Httpd.hxx +++ b/src/httpd/Httpd.hxx @@ -8,7 +8,7 @@ // Author : $Author$ // Created By : Robert Heller // Created : Sat Feb 8 19:08:26 2025 -// Last Modified : <250211.0855> +// Last Modified : <250212.0003> // // Description // @@ -113,7 +113,8 @@ public: * @param executor the executor thread that the Httpd Server flows will * execute on * @param port TCP port number to open a httpd server listen socket on - */ (defaults to 80) + * (defaults to 80) + */ Httpd(ExecutorBase *executor, uint16_t port = 80); /** Destructor. */