aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README11
1 files changed, 11 insertions, 0 deletions
diff --git a/README b/README
index 66c6edc5..e83480f0 100644
--- a/README
+++ b/README
@@ -27,6 +27,15 @@ space!). If you are concerned about space, you should set "CFLAGS" to
27resulting binary should be less than 25k (on x86). 27resulting binary should be less than 25k (on x86).
28 28
29 29
30Portability
31===========
32
33The latest version of libmicrohttpd will try to avoid SIGPIPE on its
34sockets. This should work on OS X, Linux and recent BSD systems (at
35least). On other systems that may trigger a SIGPIPE on send/recv, the
36main application should install a signal handler to handle SIGPIPE.
37
38
30Development Status 39Development Status
31================== 40==================
32 41
@@ -67,3 +76,5 @@ Documentation:
67============== 76==============
68- manual (texinfo, man) 77- manual (texinfo, man)
69- tutorial 78- tutorial
79
80