diff options
author | Kim Alvefur <zash@zash.se> | 2019-05-04 04:23:35 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2019-05-04 04:23:35 +0200 |
commit | d2d042186f440e4f95444c693c9a7737cc377e56 (patch) | |
tree | 1a455be511e7dea40e9f1b5e8c23b866be31eb17 /net/http/server.lua | |
parent | f83b6fc79cdc853ef2df401a78ef9ff969cf803a (diff) | |
download | prosody-d2d042186f440e4f95444c693c9a7737cc377e56.tar.gz prosody-d2d042186f440e4f95444c693c9a7737cc377e56.zip |
net.server_epoll: Restore wantread flag after pause (fixes #1354)
If a chunk of data has been received that is larger than the amount read
at a time, then the connection is paused for a short time after which it
tries to read some more. If, after that, there is still more data to
read, it should do the same thing. However, because the "want read" flag
is removed and was restored after the delayed reading, it would not
schedule another delayed read.
Diffstat (limited to 'net/http/server.lua')
0 files changed, 0 insertions, 0 deletions