Xiaochen Wang

Results 277 comments of Xiaochen Wang

The preparatory work for development is logged here: # document/rfc (how connect method works in h2/h3) CONNECT method in h3 protocol: See section " 4.4. The CONNECT Method" in https://datatracker.ietf.org/doc/rfc9114/...

hi this issue has been fixed , and we use only one directive [proxy_connect_data_timeout](https://github.com/chobits/ngx_http_proxy_connect_module#proxy_connect_data_timeout) to control it. More details and version : see [v0.04](https://github.com/chobits/ngx_http_proxy_connect_module/releases/tag/v0.0.4) or latest master With this new...

> but when executing the make command, an error occurred. What error message do you get, you can post it here.

> > @zffocussss @w313062006 We always recommend updating to the latest release. Does this reproduce for 3.4? > > I am using 3.2.2 now. And did you still get this...

hi @jgrammen-agilitypr Could you share your websocket scenario? How do you config kong to use websocket and how you test. I know here may be 2 quetions in this issue....

We need to discuss this feature internally to see if this could be a new feature in later version like 3.6/3.7. internal ticket: KAG-3281, however we currently do not have...

Could you use some other methods, not using kong. to open this file to check if this file could be opened normally? For example, `echo "some messages blah blah..." >...

> $ echo "hello as kong" > /dev/stdout > -sh: 1: cannot create /dev/stdout: Permission denied > $ whoami > kong I'm not very familiar with the permission control under...

It seems a known issue, i search it and find some questions associated to it, but not find a good solution for k8s container. https://discuss.konghq.com/t/file-log-plugin-not-able-to-log-to-dev-stdout/9347 https://github.com/Kong/kong/issues/8067