commit 20d59376617881caf404fe3d9d83345f7ef78565 parent 21ee7de991140681bc29f8a24323237769d97856 Author: Christian Grothoff <christian@grothoff.org> Date: Sun, 18 Feb 2018 13:04:08 +0100 warn users away from src/lib/ Diffstat:
| M | README | | | 10 | ++++++++++ |
1 file changed, 10 insertions(+), 0 deletions(-)
diff --git a/README b/README @@ -77,3 +77,13 @@ In particular, the following functions are not covered by 'make check': - parse_options (daemon.c) - MHD_set_panic_func (daemon.c) - MHD_get_version (daemon.c) + + +Note that the working library is in src/microhttpd/ with the API in +src/include/microhttpd.h. An *experimental* (read: not yet working +at all) newer implementation is in src/lib/, with the new API in +src/include/microhttpd2.h. The experimental code will need MUCH +more testing and development, you are strongly advised to stick +to microhttpd.h unless you are a MHD developer! + +