Komu Wairagu

Results 171 comments of Komu Wairagu

The [Go v1.21 release notes ](https://go.dev/doc/go1.21) say; ``` On Linux, the net package can now use Multipath TCP when the kernel supports it. It is not used by default. To...

PR upstream; https://go-review.googlesource.com/c/go/+/563575 That PR is blocked on https://github.com/multipath-tcp/mptcp_net-next/issues/383

```go package mux import ( "bytes" "context" "fmt" "net/http" "net/http/httptest" "strings" "testing" "github.com/komuw/ong/config" "github.com/komuw/ong/internal/tst" "github.com/komuw/ong/log" "go.akshayshah.org/attest" ) // TODO: get the license of `benhoyt/go-routing` // From: https://github.com/benhoyt/go-routing func TestGoRouting(t *testing.T)...

https://github.com/benhoyt/go-routing/issues/5

Related; https://github.com/komuw/ong/issues/222 Related; https://github.com/komuw/ong/issues/96

depends on https://github.com/komuw/ong/issues/378 August 2024

https://github.com/gospider007/fp

https://hub.docker.com/r/thatcherthornberry/nginx-ja4

Maybe this does not belong to `ong` and instead belongs to end user applications.

Is there some security/auth protection? What prevents random people from calling your NEL url and posting bogus errors?