Use signed in a bunch of places
This commit is contained in:
@@ -53,7 +53,7 @@ struct HttpConnectionState {
|
||||
ArenaString current_header_field_buf;
|
||||
ArenaString current_header_value_buf;
|
||||
bool header_field_complete = false;
|
||||
uint64_t request_id = 0; // X-Request-Id header value
|
||||
int64_t request_id = 0; // X-Request-Id header value
|
||||
|
||||
explicit HttpConnectionState(ArenaAllocator &arena);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user