diff options
Diffstat (limited to 'tests/test-sio-http-client.lua')
-rw-r--r-- | tests/test-sio-http-client.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test-sio-http-client.lua b/tests/test-sio-http-client.lua index 18279ea..21d0034 100644 --- a/tests/test-sio-http-client.lua +++ b/tests/test-sio-http-client.lua @@ -1,3 +1,4 @@ +-- See LICENSE file for copyright and license details. local sio = require "luxio.simple" sock = assert(sio.connect("www.rjek.com", "http")) |