PengZheng

Results 75 comments of PengZheng

> If you're running in non-blocking mode with a timeout set, the timeout isn't being hit? For non-blocking mode, sftp_close_handle will always return `LIBSSH2_ERROR_EAGAIN` if there is no io error...

In our environment, most of time it is `sftp_packet_require` that returns EAGAIN. But I can not exclude `_libssh2_channel_write` as a possibility. It is hard to fix it without changing API...

I found the following nice explanation of [[The Java Properties File Format](https://www.kajabity.com/kajabity-tools/java-properties-classes/the-java-properties-file-format/)] in addition to [java.util.Properties.load(java.io.Reader)](https://docs.oracle.com/en/java/javase/19/docs/api/java.base/java/util/Properties.html#load(java.io.Reader)) : # The Java Properties File Format A Java style properties file contains key...

According to the above article, I found white space at the start of a value is not escaped correctly by our implementation. The following modified test case will fail on...

`RelWithDebInfo -> all features enabled` for Conan has been addressed by #657.

I should reminds that for Conan build, all features are off by default.

About event-admin, I would like to update the current status: Zhenbao Xu is busying working on porting RSA/PSA to a closed source web server due to civetweb's lack of reverse...

> To solve this problem, we may need to place netstring in Celix:utils; or we can separate celix_err and celix_errno into the library Celix:err, then Celix:utils and Celix:netstring depend on...

It will be nice to have array support. If we went one step further to support embedding properties, celix properties will become json.

I think we'd better give a precise specification of the Celix component model before doing this work. We shall take the fundamental differences between C/C++ and JAVA into account when...