aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/httpcli/parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/httpcli/parser.c')
-rw-r--r--src/core/httpcli/parser.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/httpcli/parser.c b/src/core/httpcli/parser.c
index f4decda98a..7b2a62060c 100644
--- a/src/core/httpcli/parser.c
+++ b/src/core/httpcli/parser.c
@@ -177,6 +177,8 @@ static int addbyte(grpc_httpcli_parser *parser, gpr_uint8 byte) {
}
gpr_log(GPR_ERROR, "should never reach here");
abort();
+
+ return 0;
}
void grpc_httpcli_parser_init(grpc_httpcli_parser *parser) {