Aofei Sheng

Results 93 comments of Aofei Sheng

> The issue is that if I push a new version of a module and try to perform go get then it doesn't find the new version unless I perform...

It should be noted that the `direct` usually takes time (depending on your internet network connectivity). Maybe you should try `go get` a smaller module, like `go get rsc.io/sampler`.

These are all correct results. The reason your `direct` result is different from the `proxy.golang.org` is because that module's author has deleted some tags (after the `proxy.golang.org` caches them) that...

What if you set [`Goproxy.GoBinMaxWorkers`](https://pkg.go.dev/github.com/goproxy/goproxy#Goproxy.GoBinMaxWorkers) to `1`?

It's been a long time since this issue was opened, a lot of things have changed, and I kinda think the original problem no longer exists. I'm going to close...

Hi @gcstang! It has been two years since the last contact. I have some news to share about this problem you're having, you know, in case you're still interested. I...

> have you tried to enable gRPC under your domain's settings on the Cloudflare main panel, under the "network" tab. I don't think that has anything to do with this...

> Hello @aofei , did you manage to resolve your issue? If yes how? Thanks Nope. Not only Cloudflare Tunnel, but now even Cloudflare Proxy doesn't support non-standard `Upgrade` headers...

Hi @mr-karan, thanks for opening https://github.com/coredns/coredns/pull/5833. I was thinking maybe the Nomad CoreDNS plugin could do something more powerful. Like [querying Consul services with DNS](https://developer.hashicorp.com/consul/docs/discovery/dns#service-lookups), I always enjoy its ``...

If you take a closer look at the spec ([RFC 9110, section 9.3.6](https://www.rfc-editor.org/rfc/rfc9110#CONNECT)), I'm sure you'll realize that Traefik or any other reverse proxy cannot route CONNECT requests based only...