Software /
code /
prosody
Comparison
plugins/mod_auth_internal_plain.lua @ 11697:6c3d8aa3bbd9
net.server_epoll: Avoid allocating a buffer table for single writes
writebuffer is now string | { string }
Saves the allocation of a buffer table until the second write, which
could be rare, especially with opportunistic writes.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 16 Jul 2021 15:38:38 +0200 |
parent | 11544:c98aebe601f9 |
child | 12646:3f38f4735c7a |
comparison
equal
deleted
inserted
replaced
11696:917eca7be82b | 11697:6c3d8aa3bbd9 |
---|