From 596d9dd06b86d661df41de9a556e907f4e80722f Mon Sep 17 00:00:00 2001 From: Artem Pastukhov Date: Thu, 2 Apr 2015 16:11:33 +0300 Subject: [PATCH] Fixes --- http/node_info.lua | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/http/node_info.lua b/http/node_info.lua index 8d99fe1..0d24156 100644 --- a/http/node_info.lua +++ b/http/node_info.lua @@ -1,9 +1,6 @@ local function sendHeader(connection) -<<<<<<< HEAD connection:send("HTTP/1.0 200 OK\r\nContent-Type: text/html\r\nCache-Control: private, no-store\r\n\r\n") -======= - connection:send("HTTP/1.0 200 OK\r\nContent-Type: text/html\rCache-Control: private, no-store\r\n\r\n") ->>>>>>> 2357415466bb24cba8ee33109146f6a6a2df0282 + end local function sendAttr(connection, attr, val)