Jun Ouyang

Results 85 comments of Jun Ouyang

Yeah, i will. please wait for me running huge kong side integration test to verify http2 location capture case problem.

@zhuizhuhaomeng Hi, I have been enable all http2 test in ci config. Can you help me take a look? Note: Some test can not execute in http2 mode, so i...

sister PR: https://github.com/openresty/test-nginx/pull/176

- [x] https://github.com/nix-rust/nix/pull/2347 - [x] https://github.com/Sherlock-Holo/fuse3/pull/90

https://github.com/apache/opendal/pull/4415

After difficult debugging on macOS environment ( macOS has the big gap in fuse feature compared to BSD and Linux.) ```shell ╭─ouyangjun@ouyangs-air ~/code/opendal/bin/ofs ‹feat/owl/ofs-macos●› ╰─$ uname -a 1 ↵ Darwin...

waiting for https://github.com/Sherlock-Holo/fuse3/pull/90 If you want to use it in macOS, Just checkout the current PR, and build and run it for fun.

recreate https://github.com/apache/opendal/pull/5136 due to rebase hell

I do not know which format you want to edit. For the Nginx error log, we can not change any format in Lua, It just prints pure string in C...

I can confirm that this bug is because we did not apply the cb_yield patch https://github.com/openresty/openresty/blob/ac93bda9b484c34919f921305aa504cf4eda5e10/patches/nginx/1.27.1/nginx-1.27.1-ssl_client_hello_cb_yield.patch#L20 on the quic ssl https://github.com/nginx/nginx/blob/6ac8b69f06bc10d5503f636da888fa70095b151c/src/event/quic/ngx_event_quic_ssl.c#L417.