Skip to content

Sometimes client requests fail with "no cached connection was available" #3203

@jdeppe-pivotal

Description

@jdeppe-pivotal

Feature Request:

The vault client library is being used in Concourse (http://concourse.ci - http://github.com/concourse/concourse). Occasionally the client code emits errors like this:

Finding variable 'docker-username': Get https://vault01.foo.com:8200/v1/concourse/main/docker-username: http2: no cached connection was available

This appears to be related here: golang/go#16582 (an issue fixed in go 1.8)

This request is to update your use of http2 (golang.org/x/net/http2) to that included with 1.8 (I guess by implication that means only supporting golang >= 1.8).

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions