Skip to content

Commit d5f783c

Browse files
vphantomc-cube
andauthored
Comment re: NEXT_RELEASE
Co-authored-by: Simon Cruanes <[email protected]>
1 parent 188c21c commit d5f783c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tiny_httpd_server.mli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ module Request : sig
6767
meth: Meth.t; (** HTTP method for this request. *)
6868
host: string;
6969
(** Host header, mandatory. It can also be found in {!headers}. *)
70-
client_addr : Unix.sockaddr option; (** Client address. *)
70+
client_addr : Unix.sockaddr option; (** Client address. Available since NEXT_RELEASE. *)
7171
headers: Headers.t; (** List of headers. *)
7272
http_version: int * int;
7373
(** HTTP version. This should be either [1, 0] or [1, 1]. *)

0 commit comments

Comments
 (0)