From 9eaa51442f434e6a25aa75b198ab4246483778f6 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Mon, 13 Jun 2016 09:01:38 -0400 Subject: [PATCH] update comment --- HTTP.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HTTP.cpp b/HTTP.cpp index 53115bda..bb389356 100644 --- a/HTTP.cpp +++ b/HTTP.cpp @@ -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) {