comparison Core/HttpServer/HttpToolbox.cpp @ 2032:65b1ce7cb84f

Replaced "localhost" by "127.0.0.1", as it might impact performance on Windows
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 21 Jun 2016 09:26:56 +0200
parents b1291df2f780
children a3a65de1840f
comparison
equal deleted inserted replaced
2031:a6e8e2251304 2032:65b1ce7cb84f
39 39
40 #include "HttpOutput.h" 40 #include "HttpOutput.h"
41 #include "StringHttpOutput.h" 41 #include "StringHttpOutput.h"
42 42
43 43
44 static const char* LOCALHOST = "localhost"; 44 static const char* LOCALHOST = "127.0.0.1";
45 45
46 46
47 47
48 namespace Orthanc 48 namespace Orthanc
49 { 49 {