diff options
author | Kim Alvefur <zash@zash.se> | 2021-07-08 18:21:59 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2021-07-08 18:21:59 +0200 |
commit | 3faf5009d98cc967da200ab0af351078347fb1fe (patch) | |
tree | 845123fa613ea1f0a27c878e63405cb14b548190 /TODO | |
parent | b40b79873c9fd79c5fa0bfc1533619a384b26e83 (diff) | |
download | prosody-3faf5009d98cc967da200ab0af351078347fb1fe.tar.gz prosody-3faf5009d98cc967da200ab0af351078347fb1fe.zip |
net.http: Send entire HTTP request header as one write
When opportunistic writes are enabled this reduces the number of
syscalls and TCP packets sent on the wire.
Experiments with TCP Fast Open made this even more obvious.
That table trick probably wasn't as efficient. Lua generates bytecode
for a table with zero array slots and space for two entries in the hash
part, plus code to set [2] and [4]. I didn't verify but I suspect it
would have had to resize the table when setting [1] and [3], although
probably only once. Concatenating the strings directly in Lua is easier
to read and involves no extra table or function call.
Diffstat (limited to 'TODO')
0 files changed, 0 insertions, 0 deletions