fix: remove not needed Http::clear()

This commit is contained in:
2022-07-30 04:14:04 +02:00
parent 82281b4363
commit a164e6e21e

View File

@@ -76,11 +76,6 @@ Http & Http::begin()
}
void Http::clear()
{
reset_headers();
}
Http::~Http()
{