Cuong Manh Le
Cuong Manh Le
@aspiers @dmarcoux I am not sure the problem with file symlink is cover in this issue. The issue here is handling the case the _stowed_ directory is symlink.
cc @odeke-em
@DonMartin76 I try with v0.12.1 as documentation, it doesn't work. API container failed with this error: ``` Setting owner of /var/portal-api to wicked:wicked Granting read/write rights to user 'wicked' for...
@cjpatton Sorry for my bad description, let me re-phrase the deployment. I have a TLS proxy written in Go, what it does: - For each TLS request, sniff the SNI...
@cjpatton yes, it's a passive proxy (transparent proxy).
> If ECH is used in the handshake, then a passive proxy won't have access to the inner SNI. This is because the inner ClientHello is encrypted the server's HPKE...
@cjpatton Yes, split-mode is what I'm trying to do. Do you have plan and accept contribution outside Cloudflare? I'm happy to join and implement split-mode.
Not related to this issue, since when the last known good commit is https://github.com/golang/go/commit/7db923fe565465f292d3e62d6c7ded86e724062d, which was after this one.
[CL 423794](https://go-review.googlesource.com/c/go/+/423794) added both `Value.{Comparable,Equal}`, the issue can now be closed.
Reopen for more discussion about the behavior of `Value.Equal` for non-comparable. At this moment, the implementation always return false, assuming the two values are valid. The point of `Value.Equal` is...