Zachary Hu

Results 38 comments of Zachary Hu

For example: 1. `$ proxychains emacs --daemon file1.txt` After editing, close emacs frame. 2. `$ emacsclient file2.txt` Edit another file2. If trying to access the Internet during the 2nd edition,...

Even the 1st step above does not work. Emacs is dead forever if Gnus trying to connect to email. For `proxychains emacsclient file2.txt` does not work either. BTW, it's named...

I see this line: ``` curl: (6) Could not resolve host: objects.githubusercontent.com ``` Probably related to your network. Try again with VPN on?

Exactly the same issue. macOS: 12.3.1 docker compose version: v2.6.0 docker info: ``` Client: Context: default Debug Mode: false Plugins: buildx: Docker Buildx (Docker Inc., v0.8.2) compose: Docker Compose (Docker...

@ndeloof the current DNS TTL value is fixed to `600s` (5m). Container A connects to container B periodically at an interval of `2s`, and suddenly container B changes its IP...

@ndeloof brilliant reference. For future reference: 1. https://nginx.org/en/docs/http/ngx_http_core_module.html#resolver 2. https://nginx.org/en/docs/stream/ngx_stream_upstream_module.html#resolver By default, nginx caches answers using the TTL value of a response. An optional valid parameter allows overriding it: >resolver...

For those, who would like to run wrk2 on Apple M1, please refer to https://github.com/outsinre/homebrew-wrk2.

Will add tests to spec/02-integration/05-proxy/03-upstream_headers_spec.lua

This is for `3.8.0`. Please do not merge it until `3.7.0` GA.

This is for `3.8.0` as Paypal (customer candidate) may have further requirements.