util/AllocatedString: rename to BasicAllocatedString
To make things simpler, AllocatedString is now a non-template class.
This commit is contained in:
committed by
Max Kellermann
parent
8d80280ab9
commit
cfb7f8ab84
@@ -136,7 +136,7 @@ bool
|
||||
HttpdClient::SendResponse() noexcept
|
||||
{
|
||||
char buffer[1024];
|
||||
AllocatedString<> allocated = nullptr;
|
||||
AllocatedString allocated = nullptr;
|
||||
const char *response;
|
||||
|
||||
assert(state == State::RESPONSE);
|
||||
|
||||
Reference in New Issue
Block a user