aboutsummaryrefslogtreecommitdiffstats
path: root/net/http/server.lua
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2019-05-04 04:23:35 +0200
committerKim Alvefur <zash@zash.se>2019-05-04 04:23:35 +0200
commit36957928e1a7911c6dd19e58020c85512b47795d (patch)
tree1a455be511e7dea40e9f1b5e8c23b866be31eb17 /net/http/server.lua
parentb00d2764e71e9f85021e21f0b74790a9212bebfd (diff)
downloadprosody-36957928e1a7911c6dd19e58020c85512b47795d.tar.gz
prosody-36957928e1a7911c6dd19e58020c85512b47795d.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