update comment

This commit is contained in:
Jeff Becker 2016-06-13 09:01:38 -04:00
parent 09fc767bb0
commit 9eaa51442f
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B

View File

@ -72,7 +72,7 @@ namespace http {
std::size_t pos_p = 0; /* < current parse position */
std::size_t pos_c = 0; /* < work position */
if (url.at(0) == '/' && url.find("/http://") == 0) {
/* specical case */
/* special case for i2p.rocks inproxy */
pos_p ++;
}
if(url.at(0) != '/' || pos_p > 0) {