You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/server/ocsigen_extensions.ml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -216,7 +216,7 @@ type request_info =
216
216
ri_files: (config_info -> (string*file_info) listLwt.t) option;(** Files sent in the request (multipart data). None if other content type or no content. *)
217
217
ri_remote_inet_addr: Unix.inet_addr;(** IP of the client *)
218
218
ri_remote_ip: string;(** IP of the client *)
219
-
ri_remote_ip_parsed: Ip_address.tLazy.t;(** IP of the client, parsed *)
219
+
ri_remote_ip_parsed: Ipaddr.tLazy.t;(** IP of the client, parsed *)
220
220
ri_remote_port: int;(** Port used by the client *)
221
221
ri_forward_ip: stringlist;(** IPs of gateways the request went throught *)
222
222
ri_server_port: int;(** Port of the request (server) *)
Copy file name to clipboardExpand all lines: src/server/ocsigen_extensions.mli
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -164,7 +164,7 @@ type request_info =
164
164
ri_files: (config_info -> (string*file_info) listLwt.t) option;(** Files sent in the request (multipart data). None if other content type or no content. *)
165
165
ri_remote_inet_addr: Unix.inet_addr;(** IP of the client *)
166
166
ri_remote_ip: string;(** IP of the client *)
167
-
ri_remote_ip_parsed: Ip_address.tLazy.t;(** IP of the client, parsed *)
167
+
ri_remote_ip_parsed: Ipaddr.tLazy.t;(** IP of the client, parsed *)
168
168
ri_remote_port: int;(** Port used by the client *)
169
169
ri_forward_ip: stringlist;(** IPs of gateways the request went throught *)
170
170
ri_server_port: int;(** Port of the request (server) *)
0 commit comments