output/httpd/Page: convert to type alias on AllocatedArray

This commit is contained in:
Max Kellermann
2021-02-17 17:57:20 +01:00
parent 6f04b2230a
commit ce6afe9379
7 changed files with 17 additions and 64 deletions

View File

@@ -143,7 +143,7 @@ private:
* A temporary buffer for the httpd_output_read_page()
* function.
*/
char buffer[32768];
std::byte buffer[32768];
/**
* The maximum and current number of clients connected