aboutsummaryrefslogtreecommitdiff
path: root/src/makefile
diff options
context:
space:
mode:
authorThijs Schreijer <thijs@thijsschreijer.nl>2026-08-31 22:27:42 +0200
committerThijs Schreijer <thijs@thijsschreijer.nl>2026-09-01 07:59:54 +0200
commitcd6b41a13af403d32e08ff416e60982b5cb718dc (patch)
tree3865d91753fd636a866d4711f50ab27613e58634 /src/makefile
parentc5f169ec303a70707bc48fbece9b52cc90a48de0 (diff)
downloadluasocket-feat/sse.tar.gz
luasocket-feat/sse.tar.bz2
luasocket-feat/sse.zip
Add SSE sink (socket.sse module)feat/sse
Implements SSE by using the replacement body sink. Replaces the sink with an SSE parser if the response is a text stream. Example application included
Diffstat (limited to 'src/makefile')
-rw-r--r--src/makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/makefile b/src/makefile
index 310fe4e..a6ba91e 100644
--- a/src/makefile
+++ b/src/makefile
@@ -375,7 +375,8 @@ TO_SOCKET_LDIR= \
375 tp.lua \ 375 tp.lua \
376 ftp.lua \ 376 ftp.lua \
377 headers.lua \ 377 headers.lua \
378 smtp.lua 378 smtp.lua \
379 sse.lua
379 380
380TO_TOP_LDIR= \ 381TO_TOP_LDIR= \
381 ltn12.lua \ 382 ltn12.lua \