libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 76929295b7f283fd763b7c908831e8fcb1216600
parent d6afd8ad4eff60cca437d463fee176ff05488eb4
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu,  9 May 2013 14:10:45 +0000

comments

Diffstat:
Msrc/examples/demo.c | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/src/examples/demo.c b/src/examples/demo.c @@ -781,9 +781,15 @@ generate_page (void *cls, } +/** + * Function called if we get a SIGPIPE. Does nothing. + * + * @param sig will be SIGPIPE (ignored) + */ static void catcher (int sig) { + /* do nothing */ }