Juan Calderon-Perez

Results 1409 comments of Juan Calderon-Perez

@alexanderankin We are not using "dind" on a private hosted GitLab/Runner and it still doesnt work. Our runner does run in Docker, with "host" network and "/var/run/docker.sock" access. This used...

I have the same problem, the default `/health` and `/capabilities` endpoints do not work using a browser/curl.

@pjebs There's a race condition happening in the implementation.

@pjebs one problem is the response, you have to create a new object. Look at the fasthttp test case for doing this for example https://github.com/valyala/fasthttp/blob/master/server_test.go#L3148

@JIeJaitt This is for using `context.Context`, not `fasthttp.RequestCtx`.

@grivera64 The benchmarks are failing related to the github-action we are using. I have reported the issue but there's no fix yet. Related: https://github.com/benchmark-action/github-action-benchmark/issues/264