响马

Results 58 comments of 响马

please push the pull request to the dev branch.

- fix error in process.open on linux. - os api and fs api.

refactor plan: 1. implement asynchronous reading and writing of fd 2. use uv fd operation to implement stdio stream 3. use uv spwan to implement process 4. file stream using...

问题是 `http://127.0.0.1:8048/?aa=111?bb=233` 的解析方式。我测试了一下,node 返回了同样的 `{ aa: '111?bb=233' }` 结果。此时,?aa= 部分也会被解析为 query 。

uuid.random 的实现使用的是系统硬件随机数,因此会慢一些。

This error depends on the operating system environment where the test is run, so it is not a fibjs error.

在最近一次 HttpClient 重构中解决了这个问题:https://github.com/fibjs/fibjs/commit/ea8e92c39ce1b7c00a227c3e35a1ea0649896c30 之前的版本: ``` fibjs temp/test.js / { "aa": "111?bb=233" } ``` 迭代后的版本: ``` bin/Darwin_arm64_release/fibjs temp/test.js / { "bb": "233" } ```

It is not necessary to implement creation, but passing in pem when creating a PeerConnection may be more necessary.

I made some modifications to support setting up cert and key, and it's working fine so far.