-
Readme / doc is wrong :
```
$httpClient = Guzzle6Client::createWithConfig([
'verify' => false,
]);
$client = new Client([
'master' => 'https://master.mycluster.com',
]…
lbcd updated
9 months ago
-
idk if i'm doing something dumb, or if there's an issue with curl's ssl stuff:
```
$ make valgrind
valgrind --leak-check=full --error-exitcode=1 ./test
==16947== Memcheck, a memory error detector
==1…
-
ntdll.dll!RtlReportCriticalFailure() 未知
ntdll.dll!RtlpHeapHandleError() 未知
ntdll.dll!RtlpHpHeapHandleError() 未知
ntdll.dll!RtlpLogHeapFailure() 未知
ntdll.dll!RtlpAllocateHeap() 未知
…
-
### Problem
I naively expected that `cargo info` would always show information from crates.io (as its documentation suggests). However, it seems that `cargo info foo-bar` would not show information f…
-
cURL error 60: SSL certificate problem: unable to get local issuer certificate (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://api.openai.com/v1/completions
-
I get following error when trying to compile with the go-curl library:
``` ERROR
# github.com/andelf/go-curl
In file included from ../../../go/pkg/mod/github.com/andelf/go-c…
Laeri updated
4 months ago
-
Hello, Tried compile binacpp on windows with devc++ but I got this error ?
[Linker error] undefined reference to `lws_callback_on_writable'
[Linker error] undefined reference to `lws_create_con…
-
实现满足接口定义的基于libcurl的C客户端,功能和接口如下:
1. int init(char _uris)
init接口实现客户端的初始化,从uris中解析出多个服务器的地址,然后建立到服务器的连接,并实现后续操作的负载均衡;
2. char *put(char *key, void *content, size_t len)
put接口实现将一个多媒体内容写入到存储服务的功能,其中,key…
macan updated
11 years ago
-
### Qubes OS release
4.2.1
### Brief summary
When sys-net uses the debian-12-xfce template, upgrading fedora-39 fails.
This may have been an issue with a modified bash profile in the TVM…
-
Can we please get zabbix 7?
It is backward-compatible with zabbix 6.4, and improves performance considerably.
While at it, it would be great to get libcurl support for zabbix too, it isn't very us…