envoyproxy/envoy

Deprecate Http2ProtocolOptions.allow_connect

Open

#10,412 建立於 2020年3月17日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)C++ (5,373 fork)batch import
area/httphelp wantedtech debt

倉庫指標

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

描述

PR #9964 introduced user defined HTTP/2 SETTINGS parameters and disallowed overriding "named" parameters (e.g., hpack_table_size) with these custom parameters. However, an exception had to be made for allow_connect, a field for which presence can't be checked due to the use of a scalar type.

An API change must be introduced to remove the exception and enable uniformity in override handling.

貢獻者指南