output/httpd/Page: convert to type alias on AllocatedArray
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user