Skip to content

Fix interceptor batch method FailHijackedRecvMessage for generic async APIs #23414

@igorcanadi

Description

@igorcanadi

edbae5d#diff-64b4460fd28efb376a5cd7aafc925085R551 fixed interceptor batch method FailHijackedRecvMessage for CallOpRecvMessage, but not for CallOpGenericRecvMessage.

CallOpGenericRecvMessage:: FinishOp() still bails out early if the call is hijacked_, here:

if (!deserialize_ || hijacked_) return;

...which means this condition will never be true:

} else if (hijacked_) {

cc @yashykt

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions