Browse Source

fix typo

pull/557/head
Jeff Becker 8 years ago
parent
commit
ea7e6615f2
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B
  1. 2
      HTTP.cpp

2
HTTP.cpp

@ -75,7 +75,7 @@ namespace http { @@ -75,7 +75,7 @@ namespace http {
/* specical case */
pos_p ++;
}
if(url.at(0) != "/" || pos_b > 0) {
if(url.at(0) != "/" || pos_p > 0) {
/* schema */
pos_c = url.find("://");
if (pos_c != std::string::npos) {

Loading…
Cancel
Save