Specify MsgPack API Version.
git-svn-id: file:///home/svn/framework3/trunk@14019 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
06aa776a77
commit
cf9ad43683
Binary file not shown.
|
@ -57,9 +57,9 @@ public class MsgRpc extends RpcConnection {
|
||||||
});
|
});
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
}
|
}
|
||||||
u = new URL("https",host,port,"/api");
|
u = new URL("https",host,port,"/api/1.0");
|
||||||
}else{
|
}else{
|
||||||
u = new URL("http",host,port,"/api");
|
u = new URL("http",host,port,"/api/1.0");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue