diff 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
line wrap: on
line diff
--- a/Core/HttpServer/HttpToolbox.cpp	Mon Jun 20 16:03:26 2016 +0200
+++ b/Core/HttpServer/HttpToolbox.cpp	Tue Jun 21 09:26:56 2016 +0200
@@ -41,7 +41,7 @@
 #include "StringHttpOutput.h"
 
 
-static const char* LOCALHOST = "localhost";
+static const char* LOCALHOST = "127.0.0.1";