Changeset: b1d479fdc126 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=b1d479fdc126
Modified Files:
monetdb5/mal/mal_http_daemon.c
Branch: default
Log Message:
improve http request handling and add rest functions
diffs (12 lines):
diff --git a/monetdb5/mal/mal_http_daemon.c b/monetdb5/mal/mal_http_daemon.c
--- a/monetdb5/mal/mal_http_daemon.c
+++ b/monetdb5/mal/mal_http_daemon.c
@@ -67,7 +67,7 @@ send_page (struct MHD_Connection *connec
rest = (*http_handler)(url, method, &page, postdata);
(void)rest;
response =
- MHD_create_response_from_buffer (strlen (page),
+ MHD_create_response_from_buffer (strlen (page),
(void *) page,
MHD_RESPMEM_MUST_COPY);
if (!response)
_______________________________________________
checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list