1
0
mirror of synced 2025-06-12 07:41:53 +03:00
This commit is contained in:
yhirose
2017-12-10 22:34:37 -05:00
parent 459f197ed0
commit 31e53d21e4
4 changed files with 55 additions and 19 deletions

View File

@ -13,7 +13,7 @@
using namespace httplib;
std::string dump_headers(const MultiMap& headers)
std::string dump_headers(const Headers& headers)
{
std::string s;
char buf[BUFSIZ];