sdnetwork

Results 6 issues of sdnetwork

**BLOB** I have done some works on our provider this week. Initially it was to find a good solution about the blob problem ( #51 #82) In fact the problem...

Hello, sometimes ftp.get don't call the callback, this is my code to get a list of file : ``` javascript ftp.ls("/home/log/.", function (err, res) { if (err) { return console.error(err)...

Hi, i try to do that (proxy a request) : ``` vertx.createHttpServer().requestHandler((req) =>{ var client = vertx.createHttpClient(new HttpClientOptions()); var c_req = client.request(...) c_req.headers().setAll(req.headers()); .... }) ``` but i get this...

Hello, i try to use dysk on aks 1.11.5 with csi, but i encountered a problem when i try to mount a dysk volume on a pod, the node where...

create or alter procedure TEST_ERROR_DURING_FETCH returns ( MSG varchar(200)) AS declare variable dbpath lib100; declare variable dbpass lib100; begin msg = 'oupsss'; suspend; exception raiseexception('bug'); end for exemple if you...