prosody/net
Kim Alvefur 8ac98af8b8 net.server_epoll: Fix streaming downloads (thanks Menel)
ff4e34c448a4 broke the way net.http.server streams downloads from disk
because it made writes from the ondrain callback no longer reset the
want-write flag, causing the download to halt.

Writes from the predrain handler still must not trigger anything but
additions to the buffer, since it is about to do all the socket writing
already.
2021-11-19 15:45:01 +01:00
..
http Fix various spelling errors (thanks codespell) 2021-07-27 00:13:18 +02:00
resolvers net.connect: Propagate last error message from resolvers 2021-11-12 16:52:55 +01:00
websocket Merge 0.11->trunk 2020-10-15 14:25:09 +01:00
adns.lua net.adns: Prevent empty packets from being sent on "connect" (fix #1619) 2021-01-12 13:25:08 +01:00
connect.lua net.connect: Prefer last connection error over last resolver error 2021-11-13 13:32:43 +01:00
cqueues.lua net.cqueues: Fix resuming after timeouts 2020-07-08 22:01:19 +02:00
dns.lua net.dns: Disable jitter for default resolver (used by blocking dns.lookup() calls) 2020-06-28 12:02:10 +01:00
http.lua net.http: fail open if surrounding code does not configure TLS 2021-08-29 15:04:47 +02:00
httpserver.lua net.httpserver: Make function local, fixes loading since there is no environment [luacheck] 2018-03-23 13:20:19 +01:00
server.lua net.server_select: Deprecate and warn about it 2021-09-03 17:46:55 +02:00
server_epoll.lua net.server_epoll: Fix streaming downloads (thanks Menel) 2021-11-19 15:45:01 +01:00
server_event.lua net.server: Add a predrain callaback just before writes 2021-08-16 12:34:52 +02:00
server_select.lua net.server: Add a predrain callaback just before writes 2021-08-16 12:34:52 +02:00
unbound.lua net.unbound: Fix to initialize under prosodyctl 2021-01-21 23:33:59 +01:00
websocket.lua net.websocket: Fix traceback in case of ondisconnect being called twice 2019-11-26 15:29:01 +00:00