aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/response.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/response.c')
-rw-r--r--src/microhttpd/response.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/microhttpd/response.c b/src/microhttpd/response.c
index b6248145..9f3d731d 100644
--- a/src/microhttpd/response.c
+++ b/src/microhttpd/response.c
@@ -111,6 +111,7 @@ add_response_entry (struct MHD_Response *response,
111 free (hdr); 111 free (hdr);
112 return MHD_NO; 112 return MHD_NO;
113 } 113 }
114 hdr->value_size = strlen (content);
114 hdr->kind = kind; 115 hdr->kind = kind;
115 hdr->next = response->first_header; 116 hdr->next = response->first_header;
116 response->first_header = hdr; 117 response->first_header = hdr;