mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2026-08-27 22:35:02 +00:00
fix typos
This commit is contained in:
+1
-1
@@ -756,7 +756,7 @@ namespace data
|
||||
}
|
||||
|
||||
if ((res.code == 301 || res.code == 302 || res.code == 307) && follow) {
|
||||
LogPrint(eLogDebug, "Reseed: Recieved redirect from ", uri);
|
||||
LogPrint(eLogDebug, "Reseed: Received redirect from ", uri);
|
||||
|
||||
std::string location = res.get_header("Location");
|
||||
if (location.length() == 0) {
|
||||
|
||||
Reference in New Issue
Block a user