From 9e17d079e32e115a92b7c83fc0f843831b064139 Mon Sep 17 00:00:00 2001 From: c-cube Date: Thu, 18 Apr 2024 15:23:20 +0000 Subject: [PATCH] deploy: 14a48756a81e2915c86e9b7f39d669e8a545a00d --- tiny_httpd/Tiny_httpd/index.html | 2 +- tiny_httpd/_doc-dir/CHANGES.md | 3 +++ tiny_httpd_camlzip/_doc-dir/CHANGES.md | 3 +++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/tiny_httpd/Tiny_httpd/index.html b/tiny_httpd/Tiny_httpd/index.html index 12b0c557..56f27272 100644 --- a/tiny_httpd/Tiny_httpd/index.html +++ b/tiny_httpd/Tiny_httpd/index.html @@ -125,4 +125,4 @@ echo: ?sock:Unix.file_descr -> ?middlewares:([ `Encoding | `Stage of int ] * Middleware.t) list -> unit -> - t

Create a new webserver using UNIX abstractions.

The server will not do anything until run is called on it. Before starting the server, one can use add_path_handler and set_top_handler to specify how to handle incoming requests.

+ t

Create a new webserver using UNIX abstractions.

The server will not do anything until run is called on it. Before starting the server, one can use add_path_handler and set_top_handler to specify how to handle incoming requests.

diff --git a/tiny_httpd/_doc-dir/CHANGES.md b/tiny_httpd/_doc-dir/CHANGES.md index bde9a5ab..2f670075 100644 --- a/tiny_httpd/_doc-dir/CHANGES.md +++ b/tiny_httpd/_doc-dir/CHANGES.md @@ -1,3 +1,6 @@ +## Pending + +- fix: No setting of sigprocmask on Windows ## 0.16 diff --git a/tiny_httpd_camlzip/_doc-dir/CHANGES.md b/tiny_httpd_camlzip/_doc-dir/CHANGES.md index bde9a5ab..2f670075 100644 --- a/tiny_httpd_camlzip/_doc-dir/CHANGES.md +++ b/tiny_httpd_camlzip/_doc-dir/CHANGES.md @@ -1,3 +1,6 @@ +## Pending + +- fix: No setting of sigprocmask on Windows ## 0.16