From cd6b41a13af403d32e08ff416e60982b5cb718dc Mon Sep 17 00:00:00 2001 From: Thijs Schreijer Date: Mon, 31 Aug 2026 22:27:42 +0200 Subject: Add SSE sink (socket.sse module) 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 --- src/makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/makefile') 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= \ tp.lua \ ftp.lua \ headers.lua \ - smtp.lua + smtp.lua \ + sse.lua TO_TOP_LDIR= \ ltn12.lua \ -- cgit v1.2.3-55-g6feb