aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/httpcli/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/httpcli/parser.h')
-rw-r--r--src/core/httpcli/parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/httpcli/parser.h b/src/core/httpcli/parser.h
index 40b28f0ee8..cd0383637f 100644
--- a/src/core/httpcli/parser.h
+++ b/src/core/httpcli/parser.h
@@ -51,7 +51,7 @@ typedef struct {
size_t body_capacity;
size_t hdr_capacity;
- gpr_uint8 cur_line[GRPC_HTTPCLI_MAX_HEADER_LENGTH];
+ uint8_t cur_line[GRPC_HTTPCLI_MAX_HEADER_LENGTH];
size_t cur_line_length;
} grpc_httpcli_parser;