Comparison

spec/scansion/pubsub_multi_items.scs @ 11922:28f5c8061dad

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.
author Kim Alvefur <zash@zash.se>
date Fri, 19 Nov 2021 15:45:01 +0100
parent 11856:14a679588b7b
child 12966:7465d3c5679d
comparison
equal deleted inserted replaced
11921:89aef37fca54 11922:28f5c8061dad