- Author(s): ctiller
- Approver: markdroth
- Status: In Review
- Implemented in: C Core
- Last updated: 8/2/2022
- Discussion at: https://groups.google.com/g/grpc-io/c/6GzDzAoiySk
Remove the GRPC_INITIAL_METADATA_CORKED flag.
This flag does nothing inside core.
Remove the flag and all references in public API.
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.
Remove the flag and references to it: grpc/grpc#30443