mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
* tune logs
This commit is contained in:
parent
cd549937c5
commit
05043f30dc
11 changed files with 70 additions and 73 deletions
|
@ -771,7 +771,7 @@ namespace util
|
|||
void HTTPConnection::HandleDestinationRequest (const std::string& address, const std::string& uri)
|
||||
{
|
||||
std::string request = "GET " + uri + " HTTP/1.1\r\nHost:" + address + "\r\n\r\n";
|
||||
LogPrint(eLogDebug, "HTTPServer: client request: ", request);
|
||||
LogPrint(eLogInfo, "HTTPServer: client request: ", request);
|
||||
SendToAddress (address, 80, request.c_str (), request.size ());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue