Skip to content

Commit

Permalink
Update client.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
sunli829 committed Sep 7, 2024
1 parent 388c79e commit cf420f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion poem-grpc/src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ impl GrpcClient {
Self {
ep: create_client_endpoint(config),
send_compressd: None,
accept_compressed: Default::default(),
accept_compressed: Arc::new([]),
}
}

Expand Down

0 comments on commit cf420f3

Please sign in to comment.