File

man/Makefile @ 9932:df73ca804719 0.11

net.server_epoll: Skip delayed continuation read on paused connections This should prevent #1333 in cases where LuaSockets buffer is "dirty", i.e. contains more data after a read, where it gets resumed with a short delay.
author Kim Alvefur <zash@zash.se>
date Thu, 28 Mar 2019 12:52:55 +0100
parent 7032:817c7b197ac7
line wrap: on
line source

all: prosodyctl.man

%.man: %.markdown
	pandoc -s -t man -o $@ $^