Update with new core
This commit is contained in:
parent
10a27c1427
commit
3d451ffb2a
|
|
@ -98,7 +98,7 @@ static void end_test(grpc_end2end_test_fixture *f) {
|
|||
/* Request/response with metadata and payload.*/
|
||||
static void test_with_authority_header(grpc_end2end_test_config config) {
|
||||
grpc_call *c;
|
||||
gpr_slice request_payload_slice = gpr_slice_from_copied_string("hello world");
|
||||
grpc_slice request_payload_slice = grpc_slice_from_copied_string("hello world");
|
||||
grpc_byte_buffer *request_payload =
|
||||
grpc_raw_byte_buffer_create(&request_payload_slice, 1);
|
||||
gpr_timespec deadline = five_seconds_time();
|
||||
|
|
|
|||
Loading…
Reference in New Issue