mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
response.c: added missing assigment of MHD_HTTP_Header::value_size
This commit is contained in:
@@ -111,6 +111,7 @@ add_response_entry (struct MHD_Response *response,
|
||||
free (hdr);
|
||||
return MHD_NO;
|
||||
}
|
||||
hdr->value_size = strlen (content);
|
||||
hdr->kind = kind;
|
||||
hdr->next = response->first_header;
|
||||
response->first_header = hdr;
|
||||
|
||||
Reference in New Issue
Block a user