Skip to content
Snippets Groups Projects
Commit c45f44b6 authored by Craig Tiller's avatar Craig Tiller
Browse files

compile error

parent 81be250e
No related branches found
No related tags found
No related merge requests found
...@@ -1430,7 +1430,7 @@ static grpc_error *parse_value_string(grpc_chttp2_hpack_parser *p, ...@@ -1430,7 +1430,7 @@ static grpc_error *parse_value_string(grpc_chttp2_hpack_parser *p,
static grpc_error *parse_value_string_with_indexed_key( static grpc_error *parse_value_string_with_indexed_key(
grpc_chttp2_hpack_parser *p, const uint8_t *cur, const uint8_t *end) { grpc_chttp2_hpack_parser *p, const uint8_t *cur, const uint8_t *end) {
bool is_binary; bool is_binary = false;
grpc_error *err = is_binary_indexed_header(p, &is_binary); grpc_error *err = is_binary_indexed_header(p, &is_binary);
if (err != GRPC_ERROR_NONE) return err; if (err != GRPC_ERROR_NONE) return err;
return parse_value_string(p, cur, end, is_binary); return parse_value_string(p, cur, end, is_binary);
......
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