http_conn.cpp文件中 bool http_conn::add_headers()函数没有返回值 加了 return true 成功解决
http_conn.cpp文件中
bool http_conn::add_headers()函数没有返回值
加了 return true
成功解决