diff options
| author | ame <[email protected]> | 2024-02-16 12:43:34 -0600 |
|---|---|---|
| committer | ame <[email protected]> | 2024-02-16 12:43:34 -0600 |
| commit | ec87ff4813299f7fff7b97f38a9a22f6e1afdc0d (patch) | |
| tree | 76533bf2e7716ec46a9624d50fe46d34f434e53a /tests/net.lua | |
| parent | 93e16534bfbc0f52f7c453b399b583b0a02cbf87 (diff) | |
hmm
Diffstat (limited to 'tests/net.lua')
| -rw-r--r-- | tests/net.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/net.lua b/tests/net.lua index f521bc7..b115f0e 100644 --- a/tests/net.lua +++ b/tests/net.lua @@ -37,6 +37,7 @@ llib.net.listen( --_G.llib.io.pprint(_G._G._G._llib.crypto.md5("hi"))
--_G.llib.io.pprint(_G._Go)
--_G.llib.io.pprint(_G.wo.crypto.md5("55"))
+ --_G.llib.io.pprint(req)
end)
server:GET("/aa", function(res, req)
|
