diff options
author | Kim Alvefur <zash@zash.se> | 2021-08-16 12:34:52 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2021-08-16 12:34:52 +0200 |
commit | d06ae1629513e0a8ab8c1a24566226dddc93e8e1 (patch) | |
tree | 1734b65d5c33a62a267fdf8394066b89fa732570 /spec/json/fail2.json | |
parent | b686dda4afa8f519830997dc88386a37e371d47e (diff) | |
download | prosody-d06ae1629513e0a8ab8c1a24566226dddc93e8e1.tar.gz prosody-d06ae1629513e0a8ab8c1a24566226dddc93e8e1.zip |
net.server: Add a predrain callaback just before writes
Allows sneaking in things in the write buffer just before it's sent to
the network stack. For example ack requests, compression flushes or
other things that make sense to send after stanzas or other things.
This ensures any additional trailing data sent is included in the same
write, and possibly the same TCP packet. Other methods used such as
timers or nextTick might not have the same effect as it depends on
scheduling.
Diffstat (limited to 'spec/json/fail2.json')
0 files changed, 0 insertions, 0 deletions