diff options
| author | Autumn <git@autumnfo.rest> | 2026-05-17 19:04:13 +0100 |
|---|---|---|
| committer | Autumn <git@autumnfo.rest> | 2026-05-17 19:04:13 +0100 |
| commit | 44219730e45fd26963883afb6cf92205002ed1d8 (patch) | |
| tree | 65ee7b4a3106c038704b9ff6474f085b90608ce2 /src/pawsd/send.lua | |
| parent | e7563787be5b3a9c1de66a7f4eb16ed09d9d4a21 (diff) | |
Diffstat (limited to 'src/pawsd/send.lua')
| -rw-r--r-- | src/pawsd/send.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pawsd/send.lua b/src/pawsd/send.lua index 156664d..3492ed1 100644 --- a/src/pawsd/send.lua +++ b/src/pawsd/send.lua @@ -35,6 +35,9 @@ function send (server, data) end + -- close client + client:close() + -- return response return response |
