mirror of
https://github.com/lunarmodules/luasocket.git
synced 2025-01-27 07:02:50 +01:00
8c2ff7217e
Location header can now be relative: https://httpwg.org/specs/rfc9110.html#field.location
This provides the automated test scripts used to make sure the library is working properly. The files provided are: testsrvr.lua -- test server testclnt.lua -- test client To run these tests, just run lua on the server and then on the client. hello.lua -- run to verify if installation worked Good luck, Diego.