In http.c: 235 you should check what realloc has returned for fields. If this is NULL, then you have a problem when trying to access fields[field].
In http.c: 235 you should check what realloc has returned for fields. If this is NULL, then you have a problem when trying to access fields[field].