# HG changeset patch # User jbe # Date 1434734484 -7200 # Node ID 4f081664a1db92d828e67e7b3fd4049ee803d631 # Parent fac4ea0c41203996f78c1ff1592c10cd9e18cc41 Removed wrong socket:write call in send call in HTTP module diff -r fac4ea0c4120 -r 4f081664a1db moonbridge_http.lua --- a/moonbridge_http.lua Fri Jun 19 19:04:52 2015 +0200 +++ b/moonbridge_http.lua Fri Jun 19 19:21:24 2015 +0200 @@ -805,7 +805,7 @@ end end end - send(socket:write(key, ": ", value, "\r\n")) + send(key, ": ", value, "\r\n") state = old_state end -- method to announce (and enforce) connection close after sending the