mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-13 04:46:38 +01:00
update comment
This commit is contained in:
parent
09fc767bb0
commit
9eaa51442f
1 changed files with 1 additions and 1 deletions
2
HTTP.cpp
2
HTTP.cpp
|
@ -72,7 +72,7 @@ namespace http {
|
||||||
std::size_t pos_p = 0; /* < current parse position */
|
std::size_t pos_p = 0; /* < current parse position */
|
||||||
std::size_t pos_c = 0; /* < work position */
|
std::size_t pos_c = 0; /* < work position */
|
||||||
if (url.at(0) == '/' && url.find("/http://") == 0) {
|
if (url.at(0) == '/' && url.find("/http://") == 0) {
|
||||||
/* specical case */
|
/* special case for i2p.rocks inproxy */
|
||||||
pos_p ++;
|
pos_p ++;
|
||||||
}
|
}
|
||||||
if(url.at(0) != '/' || pos_p > 0) {
|
if(url.at(0) != '/' || pos_p > 0) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue