mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-13 04:46:38 +01:00
fix typo
This commit is contained in:
parent
a183ca8661
commit
ea7e6615f2
1 changed files with 1 additions and 1 deletions
2
HTTP.cpp
2
HTTP.cpp
|
@ -75,7 +75,7 @@ namespace http {
|
||||||
/* specical case */
|
/* specical case */
|
||||||
pos_p ++;
|
pos_p ++;
|
||||||
}
|
}
|
||||||
if(url.at(0) != "/" || pos_b > 0) {
|
if(url.at(0) != "/" || pos_p > 0) {
|
||||||
/* schema */
|
/* schema */
|
||||||
pos_c = url.find("://");
|
pos_c = url.find("://");
|
||||||
if (pos_c != std::string::npos) {
|
if (pos_c != std::string::npos) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue