diff options
author | Kim Alvefur <zash@zash.se> | 2021-11-19 15:45:01 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2021-11-19 15:45:01 +0100 |
commit | 8ac98af8b88e3f2d7f8d91a5dfe568cc2b9b86d2 (patch) | |
tree | 6abefa6e95d72cd375daf904ce6abd76175f8e46 /util/sql.lua | |
parent | 2921cef48fb437f01de005f53bbf8e4ca1470a74 (diff) | |
download | prosody-8ac98af8b88e3f2d7f8d91a5dfe568cc2b9b86d2.tar.gz prosody-8ac98af8b88e3f2d7f8d91a5dfe568cc2b9b86d2.zip |
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.
Diffstat (limited to 'util/sql.lua')
0 files changed, 0 insertions, 0 deletions