envoyproxy/envoy

Graceful shutdown with HTTP2 CONNECT

開放

#34,897 建立於 2024年6月25日

 (4 則留言) (0 個反應) (0 位負責人)C++ (5,373 個分叉)batch import
area/httphelp wanted

倉庫指標

星標
 (27,997 顆星)
PR 合併指標
 (平均合併 8天) (30 天內合併 378 個 PR)

描述

Title: Graceful shutdown with HTTP2 CONNECT

Description: We use Envoy to tunnel HTTP traffic over HTTP2 CONNECT.

When the server is shutting down, it will send us a GOAWAY. However, Envoy will still treat the connection as live.

What we want is for the inner-HTTP to stop using the HTTP2 CONNECT transport when it gets a GOAWAY, and only send new inner-http requests on a new CONNECT tunnel.

貢獻者指南