Skip to content

Commit

Permalink
Added/Updated Destructors for Httpd and Httpd::Listen.
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertPHeller committed Feb 12, 2025
1 parent 314b3e3 commit 1948fe6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/httpd/Httpd.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -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
//
Expand Down Expand Up @@ -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. */
Expand Down

0 comments on commit 1948fe6

Please sign in to comment.