Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 661 Bytes

L99-core-eliminate-corking.md

File metadata and controls

28 lines (18 loc) · 661 Bytes

L99: C-Core Eliminate Corking

Abstract

Remove the GRPC_INITIAL_METADATA_CORKED flag.

Background

This flag does nothing inside core.

Proposal

Remove the flag and all references in public API.

Rationale

This flag was originally introduced to support corking initial metadata, but that's now entirely handled in binding layers, so the flag is no longer useful.

Implementation

Remove the flag and references to it: grpc/grpc#30443