diff options
| author | Thijs Schreijer <thijs@thijsschreijer.nl> | 2026-08-31 22:27:42 +0200 |
|---|---|---|
| committer | Thijs Schreijer <thijs@thijsschreijer.nl> | 2026-09-01 07:59:54 +0200 |
| commit | cd6b41a13af403d32e08ff416e60982b5cb718dc (patch) | |
| tree | 3865d91753fd636a866d4711f50ab27613e58634 /src/makefile | |
| parent | c5f169ec303a70707bc48fbece9b52cc90a48de0 (diff) | |
| download | luasocket-cd6b41a13af403d32e08ff416e60982b5cb718dc.tar.gz luasocket-cd6b41a13af403d32e08ff416e60982b5cb718dc.tar.bz2 luasocket-cd6b41a13af403d32e08ff416e60982b5cb718dc.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/makefile | 3 |
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 | ||
| 380 | TO_TOP_LDIR= \ | 381 | TO_TOP_LDIR= \ |
| 381 | ltn12.lua \ | 382 | ltn12.lua \ |
