util/AllocatedString: add default constructor
This commit is contained in:
committed by
Max Kellermann
parent
cfb7f8ab84
commit
32b7b2e2fa
@@ -136,7 +136,7 @@ bool
|
||||
HttpdClient::SendResponse() noexcept
|
||||
{
|
||||
char buffer[1024];
|
||||
AllocatedString allocated = nullptr;
|
||||
AllocatedString allocated;
|
||||
const char *response;
|
||||
|
||||
assert(state == State::RESPONSE);
|
||||
|
||||
Reference in New Issue
Block a user