moonbridge

changeset 188:4f081664a1db

Removed wrong socket:write call in send call in HTTP module
author jbe
date Fri Jun 19 19:21:24 2015 +0200 (2015-06-19)
parents fac4ea0c4120
children 61f515c1acaa
files moonbridge_http.lua
line diff
     1.1 --- a/moonbridge_http.lua	Fri Jun 19 19:04:52 2015 +0200
     1.2 +++ b/moonbridge_http.lua	Fri Jun 19 19:21:24 2015 +0200
     1.3 @@ -805,7 +805,7 @@
     1.4              end
     1.5            end
     1.6          end
     1.7 -        send(socket:write(key, ": ", value, "\r\n"))
     1.8 +        send(key, ": ", value, "\r\n")
     1.9          state = old_state
    1.10        end
    1.11        -- method to announce (and enforce) connection close after sending the

Impressum / About Us