mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-05-14 16:58:30 +00:00
Fixed #32
This commit is contained in:
parent
459f197ed0
commit
31e53d21e4
4 changed files with 55 additions and 19 deletions
|
@ -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];
|
||||
|
|
|
@ -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];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue