Julian Tibble
Julian Tibble
@felicitymay, you're right the dropdown is confusing. @mario-campos, I think that drop-down is owned by the repositories team, so they are the people to bring it up with. However, I...
> It sounds as if we should still talk about Code scanning results since it's the only text we know absolutely will be present Unfortunately that's the difficulty here. When...
Digging into this further, it looks like an accounting bug triggered by https://github.com/golang/go/commit/38a0c5bdb4ab0175a089d907aa62e30f1046816c. In particular, the early return in `Transport.dialConnFor` (if `ctx == nil`) does not call `t.decConnsPerHost(w.key)`: ```go ctx...
I've added a unit-test that triggers this problem, along with the patch I mentioned in my previous comment, and opened https://go-review.googlesource.com/c/go/+/564036
Thanks @neild, but I think you mean backport for 1.22!
Hi @Anton-Shutik, I'm having trouble reproducing this problem. Are you running against github.com or GitHub Enterprise? If GitHub Enterprise, which version? Also, what level of access does the user have...