output/httpd/Page: convert to type alias on AllocatedArray
This commit is contained in:
@@ -164,7 +164,7 @@ HttpdOutput::ReadPage()
|
||||
if (size == 0)
|
||||
return nullptr;
|
||||
|
||||
return std::make_shared<Page>(buffer, size);
|
||||
return std::make_shared<Page>(ConstBuffer{buffer, size});
|
||||
}
|
||||
|
||||
inline void
|
||||
|
||||
Reference in New Issue
Block a user