From 9ddbf255bac59d9456be045229a199fef20c6eff Mon Sep 17 00:00:00 2001 From: R4SAS Date: Fri, 20 May 2022 21:04:41 +0300 Subject: [PATCH] fix const std::map usage Signed-off-by: R4SAS --- libi2pd_client/HTTPProxy.cpp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libi2pd_client/HTTPProxy.cpp b/libi2pd_client/HTTPProxy.cpp index 1265464c..984ad0e7 100644 --- a/libi2pd_client/HTTPProxy.cpp +++ b/libi2pd_client/HTTPProxy.cpp @@ -180,8 +180,11 @@ namespace proxy { << "

" << tr("Remote host not found in router's addressbook") << "

\r\n" << "

" << tr("You may try to find this host on jump services below") << ":

\r\n" << "\r\n"; std::string content = ss.str();