From 024a774f390a866c78fe886d73b5db44d58f4333 Mon Sep 17 00:00:00 2001 From: Christophe Raffalli Date: Wed, 8 Dec 2021 16:25:07 -1000 Subject: [PATCH] Update src/Tiny_httpd.mli Co-authored-by: Simon Cruanes --- src/Tiny_httpd.mli | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Tiny_httpd.mli b/src/Tiny_httpd.mli index 7d8b86cd..fd33d260 100644 --- a/src/Tiny_httpd.mli +++ b/src/Tiny_httpd.mli @@ -458,6 +458,7 @@ val create : @param max_keep_alive maximum number of seconds a thread in maintened for a client with nothing to read. Default: -1.0, meaning threads are maintened until client close the socket. + This parameter exists since 0.11. @param addr address (IPv4 or IPv6) to listen on. Default ["127.0.0.1"]. @param port to listen on. Default [8080]. @param sock an existing socket given to the server to listen on, e.g. by