Mat Byczkowski
Mat Byczkowski
I've been dealing with some parsing issues as some servers don't conform to HTTP Caching spec. Since the error vars are exported I could I just handle it in my...
Instead of having 3 parameters to handle HSM vs non-HSM, signed vs unsigned and testnet vs mainnet, we should we have a single parameter (which picks among 4 profiles). The...
GolangCI.com is [shutting down](https://medium.com/golangci/golangci-com-is-closing-d1fc1bd30e0e) tomorrow, April 15th. It's not a huge deal, but it's nice to have a good linter. The simplest solution is to just remove the integration. We...
We've had some prior discussion about supporting modules (#223) and there was a concern about versioning policy (#233). Since we know we want to support Go modules, and this very...
As we're adopting Go modules with the upcoming version 3 of go-jose, it might be a good time to adopt semantic versioning (specifically https://semver.org/spec/v2.0.0.html). Benefits: - Semver clearly communicate intent...
Initially, TLS endpoints started as a secure option for local endpoints (so fully encrypted connection even between local proxy - like nginx) that can be exposed (because of encryption and...
Lost since 0.5.36. There used to be a field in `session:` Redis hash: ``` endpoint_addr: : ``` Fly.io was relying on that field.
(Prometheus) Instrumentation got lost since 0.5.36 for ingress connection, in particular: - `wormhole_net_listener_conn_accepted_total` - `wormhole_net_listener_conn_closed_total` - `wormhole_net_conn_duration_seconds` - `wormhole_net_conn_rcvd_bytes` - `wormhole_net_conn_rcvd_bytes`
We've had a number of reports that when a client is terminated, the server still shows old sessions as active. No actual repro, yet.
Wormhole client should have configurable settings to periodically check that the local endpoint is up and running. At the very least we want to ping the local endpoint periodically and...