Software /
code /
prosody
File
spec/util_poll_spec.lua @ 11023:a59b37b03eca
mod_net_multiplex: Read no more than the max buffer size setting
Otherwise the '*a' read mode applies, which under certain circumstances
can read infinite amounts of data into memory.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 02 Aug 2020 00:22:57 +0200 |
parent | 9316:4aa522b9e1c4 |
child | 12400:728d1c1dc7db |
line wrap: on
line source
describe("util.poll", function () it("loads", function () require "util.poll" end); end);