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