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 --- .github/workflows/build.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.github') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a81649a..d2e27a4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,6 +43,8 @@ jobs: lua testclnt.lua lua testsrvr.lua > /dev/null & lua httpfixturetest.lua + lua testsrvr.lua > /dev/null & + lua ssehttptest.lua lua stufftest.lua lua excepttest.lua lua test_bind.lua @@ -51,6 +53,7 @@ jobs: lua mimetest.lua lua urltest.lua lua headerstest.lua + lua ssetest.lua lua test_socket_error.lua lua test_tcp_receive_zero.lua lua test_udp_receive_zero.lua -- cgit v1.2.3-55-g6feb