Niels Hofmans

Results 202 comments of Niels Hofmans

@telanflow thanks for the support, but this not seem to propagate with your latest mps release. Could it be because of my TLS listener with `http.Serve(liTLS, proxyInstance)`? ```go liTLS :=...

@telanflow but wouldn't that create a race condition on `Srv mps.Context`? Also, the first middleware will only need to run on CONNECT while a second can only verify a non-CONNECT.

@telanflow yeah sorry for not specifying myself clearly enough. This is the problem case: https://gist.github.com/hazcod/20e5050c5098bcb1d4da087254b0821c So test it like this: ```shelll % go run main.go INFO[0000] running listener="127.0.0.1:9999" ``` Issue...

*but* if you would use your `Srv` solution, if you have concurrent requests, they can both write/read to the same `mps.Context` object, causing a race condition.

Hmm, but if the `CONNECT` connection stays open the lock will never release.

@qasaur can this be looked at please?

Having the same issue with `% helm version version.BuildInfo{Version:"v3.4.2", GitCommit:"23dd3af5e19a02d4f4baa5b2f242645a1a3af629", GitTreeState:"dirty", GoVersion:"go1.15.5"}`. ```shell % helm test --logs --namespace $(NAMESPACE) $(PROJECT) Error: unable to get pod logs for frontend-dev-service-test: pods "frontend-dev-service-test"...