Skip to content

grpc/server: fork client call options - #2813

Merged
arjan-bal merged 2 commits into
grpc:masterfrom
arjan-bal:fork-call-details
Aug 18, 2026
Merged

grpc/server: fork client call options#2813
arjan-bal merged 2 commits into
grpc:masterfrom
arjan-bal:fork-call-details

Conversation

@arjan-bal

Copy link
Copy Markdown
Contributor

Currently, the server::Handle::handle() method accepts client::CallOptions. However, server-side options are distinct from client-side options and should not share the same struct. This PR introduces a dedicated server::CallOptions struct for the server APIs.

@arjan-bal
arjan-bal requested review from dfawley and sauravzg and removed request for dfawley August 18, 2026 09:29
@arjan-bal arjan-bal changed the title grpc/server: fork call options grpc/server: fork client call options Aug 18, 2026
@arjan-bal arjan-bal assigned arjan-bal and unassigned dfawley and sauravzg Aug 18, 2026
@arjan-bal
arjan-bal merged commit 1f07231 into grpc:master Aug 18, 2026
27 checks passed
@arjan-bal
arjan-bal deleted the fork-call-details branch August 18, 2026 12:43
@github-actions github-actions Bot mentioned this pull request Aug 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants