Skip to content

net/http: Transport.CloseIdleConnections doesn't close idle http2 connections #13975

Closed
@bradfitz

Description

@bradfitz

The http.Transport is wired up with a hidden http2.Transport by default.

But http.Transport.CloseIdleConnections doesn't call the same method on the hidden http2 transport.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions