Xiaochen Wang

Results 16 issues of Xiaochen Wang

1. for how to handle CONNECT tunnel in HTTP protocol, see http://httpwg.org/specs/rfc7540.html#CONNECT 2. some implemention discussion in https://github.com/chobits/ngx_http_proxy_connect_module/issues/22#issuecomment-346944228 --- At least three points we should pay attention to: 1. This...

TODO

* make this module standalone * no longer need proxy_connect.patch

TODO

* including following basic statistics (historical statistics): * traffic * new connection * also dump API for every connection realtime information

TODO

See : * https://github.com/alibaba/tengine/pull/1140/ * https://github.com/alibaba/tengine/commit/7baea44526860f1bfb616c4f4990489f8c503117 -> fixed https://github.com/yzprofile/ngx_http_dyups_module/pull/116

enhancement

### Summary This feature will only be considered for default activation in version 4.0 at the earliest. For now, it is just an alternative to the DNS library, so we...

core/balancer
core/templates
core/admin-api
core/configuration
core/docs
size/XXL
cherry-pick kong-ee

### Summary The official OpenResty has fixed the bug of sock:connect API, so we do not need to make it compatible for this. For more details of this bug, see...

skip-changelog
size/S

Bumped default values of `nginx_http_keepalive_requests` and `upstream_keepalive_max_requests` to `10000`. KAG-3360 --------- Co-authored-by: Datong Sun (cherry picked from commit f7e6eeefe006af11129d1b0e39a1c06449a53d42) ### Summary ### Checklist - [ ] The Pull Request has...

core/templates
size/XS
core/wasm

### Ⅰ. Issue Description With macro #(T_NGX_HTTP_IMAGE_FILTER) in image_filter module, the compiled nginx binary failed to run image_filter.t ### Ⅳ. How to reproduce it (as minimally and precisely as possible)...

bug

try to fix: https://github.com/chobits/ngx_http_proxy_connect_module/issues/25 RFC: https://httpwg.org/specs/rfc7540.html#CONNECT WIP: not ready now

Hi guys, I found in some scenario, the ngx.shared.DICT:ttl(key) will return 0 (`key will never expire`) for the expired key. Is this an intentional design or a bug? --- The...