You've already forked cpp-httplib
Fixed #32
This commit is contained in:
@ -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];
|
||||
|
Reference in New Issue
Block a user