fixed build error

This commit is contained in:
orignal 2014-04-06 16:42:29 -04:00
parent 1e5677d1c3
commit 13a88c4e92
2 changed files with 9 additions and 4 deletions

View file

@ -249,6 +249,11 @@ namespace http
}
}
std::string url::portstr_ = "80";
unsigned int url::port_ = 80;
std::string url::user_ = "";
std::string url::pass_ = "";
url::url(const std::string& url_s)
{
parse(url_s);