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];

View file

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