@@ -2349,7 +2349,7 @@ and perform_exn ?subtask ?result (op : operation) (t : Xenops_task.task_handle)
23492349        let  module  Remote  =
23502350        Xenops_interface. XenopsAPI  (Idl.Exn. GenClient  (struct 
23512351          let  rpc = 
2352-             Xcp_client_patched . xml_http_rpc ~srcstr: " xenops"   ~dststr: " dst_xenops" 
2352+             Xcp_client_https . xml_http_rpc ~srcstr: " xenops"   ~dststr: " dst_xenops" 
23532353              (fun  ()  -> vmm.vmm_url
23542354            )
23552355        end )) in 
@@ -2396,7 +2396,7 @@ and perform_exn ?subtask ?result (op : operation) (t : Xenops_task.task_handle)
23962396           memory on the receiver *)  
23972397        let  state =  B.VM. get_state vm in 
23982398        info " VM %s has memory_limit = %Ld"   id state.Vm. memory_limit ;
2399-         Open_uri_patched . with_open_uri memory_url (fun  mem_fd  ->
2399+         Open_uri_https . with_open_uri memory_url (fun  mem_fd  ->
24002400            let  module  Handshake  = Xenops_migrate. Handshake  in 
24012401            let  do_request  fd  extra_cookies  url  = 
24022402              let  https =  Uri. scheme url =  Some  " https"   in 
@@ -2479,7 +2479,7 @@ and perform_exn ?subtask ?result (op : operation) (t : Xenops_task.task_handle)
24792479                  make_url " /migrate-vgpu/" 
24802480                    (VGPU_DB. string_of_id (new_dest_id, dev_id))
24812481                in 
2482-                 Open_uri_patched . with_open_uri vgpu_url (fun  vgpu_fd  ->
2482+                 Open_uri_https . with_open_uri vgpu_url (fun  vgpu_fd  ->
24832483                    do_request vgpu_fd [(cookie_vgpu_migration, " "  )] vgpu_url ;
24842484                    Handshake. recv_success vgpu_fd ;
24852485                    debug " VM.migrate: Synchronisation point 1-vgpu"   ;
0 commit comments