calvin2021y
calvin2021y
Thanks very much for the explain. So I guess all other case for a leader at his new term (no log commit in this term yet), a no-log is needed.
my work around is add global patch into lws_ssl_client_bio_create: ```c if( SSL_use_certificate_ASN1(wsi->tls.ssl, global_cert_ptr, global_cert_len) != 1) { lwsl_err("%s: use_privkey failed\n", __func__); goto no_client_cert; } if( SSL_use_PrivateKey_ASN1(EVP_PKEY_EC, wsi->tls.ssl, global_key_ptr, global_key_len) !=...
otherwise-ambiguous JSON syntax should be fixable with extra property.
bring libuv & libevent support will be a good start.
The documents: An NSString object initialized by copying the bytes from nullTerminatedCString. The returned object may be different from the original receiver. The same code run fine with IOS( AddressSanitizer...
almost 8 year passed, any progress?
> 请问您的问题找到了吗? 我自己测试http服务,ctrl_c取消程序,也是直接退出,并没等正在处理程序的协程处理结束后再退出; 我看文档说,go zero的server.Start()方法会自动处理优雅重启的啊,没找到问题 测试最新版,仍然有这个问题。 ```go s := rest.MustNewServer(*cfg) s.Stop() // 执行后在进行中的请求全部立即返回了。 ```
hi @berndverst There is scyllaDB, a C++ Cassandra compatible product, support [Lightweight Transactions]( https://docs.scylladb.com/stable/using-scylla/lwt.html) LWT should be able to provide ETAG support. Cassandra/ScyllaDB can offer massive data storage, but each...
Test for https://editor-next.swagger.io , still not fix yet. 2 years, any process ?