output/httpd/Client: remove duplicate API docs

This commit is contained in:
Max Kellermann 2024-04-03 20:50:19 +02:00
parent c94c08c6b4
commit ef2cdc0c6a
1 changed files with 0 additions and 6 deletions

View File

@ -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
{