Skip to content

net/http, x/net/http2: http server shutdown doesn't gracefully shut down HTTP2 connections [1.13 backport] #40085

Closed
@gopherbot

Description

@gopherbot

@networkimprov requested issue #39776 to be considered for backport to the next 1.13 minor release.

@gopherbot please backport to 1.13 & 1.14. Per @fraenkel this does not behave as documented and there is no workaround.

Activity

added this to the Go1.13.13 milestone on Jul 7, 2020
modified the milestones: Go1.13.15, Go1.13.16 on Aug 6, 2020
networkimprov

networkimprov commented on Aug 13, 2020

@networkimprov

Some sites are not able to upgrade to 1.14 or 1.15 because async preemption breaks them (#40722 recently), and there's no way to disable it at build-time -- only the env variable at runtime.

ianlancetaylor

ianlancetaylor commented on Aug 13, 2020

@ianlancetaylor
Contributor

The Go project has a pretty clearly specified rule: we support two releases at a time. Of course anybody else is free to maintain patches for older releases. It's just not a burden we can take on ourselves.

locked and limited conversation to collaborators on Aug 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @toothrot@andybons@networkimprov@dmitshur@ianlancetaylor

        Issue actions

          net/http, x/net/http2: http server shutdown doesn't gracefully shut down HTTP2 connections [1.13 backport] · Issue #40085 · golang/go