mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
* rename namespace for http
This commit is contained in:
parent
6ed709d6e6
commit
332f0118a2
3 changed files with 10 additions and 14 deletions
|
@ -26,10 +26,8 @@
|
|||
// For image and info
|
||||
#include "version.h"
|
||||
|
||||
namespace i2p
|
||||
{
|
||||
namespace util
|
||||
{
|
||||
namespace i2p {
|
||||
namespace http {
|
||||
const char *itoopieImage =
|
||||
"<img alt=\"ICToopie Icon\" src=\"data:image/png;base64,"
|
||||
"iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAYAAADDPmHLAAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXM"
|
||||
|
@ -980,5 +978,5 @@ namespace util
|
|||
auto conn = std::make_shared<HTTPConnection> (newSocket);
|
||||
conn->Receive ();
|
||||
}
|
||||
}
|
||||
}
|
||||
} // http
|
||||
} // i2p
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue