prosody/net
Kim Alvefur f814af50e3 net.server_epoll: Prevent stack overflow of opportunistic writes
net.http.files serving a big enough file on a fast enough connection
with opportunistic_writes enabled could trigger a stack overflow through
repeatedly serving more data that immediately gets sent, draining the
buffer and triggering more data to be sent. This also blocked the server
on a single task until completion or an error.

This change prevents nested opportunistic writes, which should prevent
the stack overflow, at the cost of reduced download speed, but this is
unlikely to be noticeable outside of Gbit networks. Speed at the cost of
blocking other processing is not worth it, especially with the risk of
stack overflow.
2021-07-11 09:39:21 +02:00
..
http net.http.server: Split out method for sending only the header 2021-04-24 10:50:24 +02:00
resolvers net.resolvers.basic: Fix completion condition when IPv6 is disabled 2021-03-15 23:09:42 +01:00
websocket Merge 0.11->trunk 2020-10-15 14:25:09 +01:00
adns.lua Merge 0.11->trunk 2021-01-12 19:19:15 +01:00
connect.lua net.connect: Remove TODO about use_ipv4/6 done in 3bfb20be844c 2020-06-22 01:42:18 +02: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: Send entire HTTP request header as one write 2021-07-08 18:21:59 +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: Switch to epoll backend by default 2020-06-01 13:43:35 +01:00
server_epoll.lua net.server_epoll: Prevent stack overflow of opportunistic writes 2021-07-11 09:39:21 +02:00
server_event.lua net.server: Backport client parts of SNI support from trunk (#409) 2020-08-17 23:01:14 +02:00
server_select.lua net.server_select: Fix traceback (thanks eta) 2020-08-23 22:19:29 +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