Skip to content

BlockingClientCall drops trailers #12256

@benjaminp

Description

@benjaminp

@Override
public void onClose(Status status, Metadata trailers) {
Preconditions.checkState(closedStatus == null, "ClientCall already closed");
closedStatus = status;
}

This means the StatusException raised by the public BlockingClientCall methods will be missing any trailers included by the server.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions