mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-06 11:15:35 -05:00
style
This commit is contained in:
parent
13dca59afd
commit
a679ddf1d1
1 changed files with 1 additions and 1 deletions
|
|
@ -538,7 +538,7 @@ val stop : t -> unit
|
||||||
val run : t -> (unit, exn) result
|
val run : t -> (unit, exn) result
|
||||||
(** Run the main loop of the server, listening on a socket
|
(** Run the main loop of the server, listening on a socket
|
||||||
described at the server's creation time, using [new_thread] to
|
described at the server's creation time, using [new_thread] to
|
||||||
start a thread for each new client.
|
start a thread for each new client.
|
||||||
|
|
||||||
This returns [Ok ()] if the server exits gracefully, or [Error e] if
|
This returns [Ok ()] if the server exits gracefully, or [Error e] if
|
||||||
it exits with an error. *)
|
it exits with an error. *)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue