From ef2cdc0c6a7023d498055c94fe80807e74055d7d Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 3 Apr 2024 20:50:19 +0200 Subject: [PATCH] output/httpd/Client: remove duplicate API docs --- src/output/plugins/httpd/HttpdClient.cxx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/output/plugins/httpd/HttpdClient.cxx b/src/output/plugins/httpd/HttpdClient.cxx index 21b60e091..5096865f6 100644 --- a/src/output/plugins/httpd/HttpdClient.cxx +++ b/src/output/plugins/httpd/HttpdClient.cxx @@ -50,9 +50,6 @@ HttpdClient::BeginResponse() noexcept httpd.SendHeader(*this); } -/** - * Handle a line of the HTTP request. - */ bool HttpdClient::HandleLine(const char *line) noexcept { @@ -116,9 +113,6 @@ HttpdClient::HandleLine(const char *line) noexcept } } -/** - * Sends the status line and response headers to the client. - */ bool HttpdClient::SendResponse() noexcept {