We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2a881e commit aa35324Copy full SHA for aa35324
1 file changed
source/mqtt_iot_metrics.c
@@ -107,6 +107,7 @@ static int s_parse_delimited_entries(
107
entry_param.key.len = equals_pos.ptr - entry_cursor.ptr;
108
aws_byte_cursor_advance(&entry_cursor, entry_param.key.len + 1);
109
entry_param.value.ptr = entry_cursor.ptr;
110
+ entry_param.value.len = entry_cursor.len;
111
} else {
112
/* No equals sign, treat entire entry as key */
113
entry_param.key = entry_cursor;
0 commit comments