Skip to content

Commit 623fd7f

Browse files
committed
fix
Signed-off-by: Shikugawa <Shikugawa@gmail.com>
1 parent ac7f114 commit 623fd7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dispatcher.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ pub extern "C" fn proxy_on_grpc_receive(_context_id: u32, token_id: u32, respons
672672
}
673673

674674
#[no_mangle]
675-
pub extern "C" fn proxy_receive_on_grpc_trailing_metadata(_context_id: u32, token_id: u32, trailers: u32) {
675+
pub extern "C" fn proxy_on_receive_grpc_trailing_metadata(_context_id: u32, token_id: u32, trailers: u32) {
676676
DISPATCHER.with(|dispatcher| dispatcher.on_grpc_receive_trailing_metadata(token_id, trailers))
677677
}
678678

0 commit comments

Comments
 (0)