[binder] Fix crash when missing authority (#27321)
There is an assertion in Server::CallData::RecvInitialMetadataReady() that checks whether the received initial metadata indeed contains keys :authority and :path. However, there was no such check in the binder transport. This PR calls recv_initial_metadata_ready with an error when either :authority or :path is missing in the received initial metadata.pull/27368/merge
parent
8c425189f3
commit
8c97369986
1 changed files with 21 additions and 0 deletions
Loading…
Reference in new issue