History log of /netbsd-src/share/man/man3lua/bozohttpd.3lua (Results 1 – 4 of 4)
Revision Date Author Comments
# 188cf0e1 01-Mar-2023 nia <nia@NetBSD.org>

delete attribution per request of contributor


# 73b9df46 06-May-2018 sevan <sevan@NetBSD.org>

drop redundant repeat-until loop for now. read_request & process_function
functions need further investigation as to why this is not required. In the C
daemon, at the end of main.c this is the exact

drop redundant repeat-until loop for now. read_request & process_function
functions need further investigation as to why this is not required. In the C
daemon, at the end of main.c this is the exact behaviour that's used.

heads up <wiz> regarding infinite loop.

show more ...


# c1245072 05-May-2018 wiz <wiz@NetBSD.org>

Remove unnecessary macro. Fix typo.


# b4e0088a 05-May-2018 sevan <sevan@NetBSD.org>

Add a manual for bozohttpd(3lua)