Tweaked HTTP Dynamic verbosity.
This commit is contained in:
parent
b1e0894fd7
commit
3d64c4996a
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ namespace Connector_HTTP {
|
|||
}
|
||||
}
|
||||
if (HTTP_R.Read(conn.Received().get())){
|
||||
#if DEBUG >= 4
|
||||
#if DEBUG >= 5
|
||||
std::cout << "Received request: " << HTTP_R.getUrl() << std::endl;
|
||||
#endif
|
||||
conn.setHost(HTTP_R.GetHeader("X-Origin"));
|
||||
|
|
Loading…
Add table
Reference in a new issue