mirage / ocaml-rpc

Light library to deal with RPCs in OCaml
ISC License
96 stars 31 forks source link

Lots of cleanups #120

Closed jonludlam closed 6 years ago

jonludlam commented 6 years ago

Also removed rpc_client.ml, which was broken

Signed-off-by: Jon Ludlam jonathan.ludlam@citrix.com

gaborigloi commented 6 years ago

It looks like we use Rpc_client though in xcp-networkd :( :

$ rg Rpc_client
networkd/network_monitor_thread.ml
32: Rpc_client.do_rpc_unix
33:     ~content_type:(Rpc_client.content_type_of_string "text/xml")