aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authoramelia squires <[email protected]>2025-01-11 15:35:15 -0600
committeramelia squires <[email protected]>2025-01-11 15:35:15 -0600
commita03075e85996df10f3e87ebee35c9420a606fd93 (patch)
tree19fb81522b9bf3d1ac4f82c85db877dfab21207c /tests
parentea98d74a379dc2cc86579e58815a30fbf0be1459 (diff)
chunked encoding
Diffstat (limited to 'tests')
-rw-r--r--tests/req.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/req.lua b/tests/req.lua
index 59325e6..540a262 100644
--- a/tests/req.lua
+++ b/tests/req.lua
@@ -1,4 +1,3 @@
local awa = require "lullaby"
-print(awa.net.srequest("amyy.cc", 443, "/"))
-
+awa.net.srequest("amyy.cc", 443, "/")