Skip to content
Snippets Groups Projects
Commit 1db5a8b3 authored by David Garcia Quintas's avatar David Garcia Quintas
Browse files

Fixed typo from bad merge

parent 49dd2505
No related branches found
No related tags found
No related merge requests found
......@@ -545,7 +545,7 @@ static void set_encodings_accepted_by_peer(
gpr_slice_buffer accept_encoding_parts;
gpr_slice_buffer_init(&accept_encoding_parts);
gpr_slice_split(accept_encoding_slice, ", ", &accept_encoding_parts);
gpr_slice_split(accept_encoding_slice, ",", &accept_encoding_parts);
/* No need to zero call->encodings_accepted_by_peer: grpc_call_create already
* zeroes the whole grpc_call */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment