Software / code / prosody
File
spec/util_poll_spec.lua @ 11595:8985efc6792d
net.server_epoll: Add missing method for changing TLS context
Supported by the other net.server implementations already, but not used
anywhere in Prosody.
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Thu, 10 Jun 2021 13:48:20 -0003 |
| parent | 9316:4aa522b9e1c4 |
| child | 12400:728d1c1dc7db |
line wrap: on
line source
describe("util.poll", function () it("loads", function () require "util.poll" end); end);