From 1226d884fde59c7daa76d12ab998d67bfee86842 Mon Sep 17 00:00:00 2001 From: snowdrop Date: Tue, 28 Mar 2006 08:02:29 +0000 Subject: put done=1 if service not found --- nanohttp/nanohttp-server.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nanohttp/nanohttp-server.c') diff --git a/nanohttp/nanohttp-server.c b/nanohttp/nanohttp-server.c index 75784c9..82b0610 100644 --- a/nanohttp/nanohttp-server.c +++ b/nanohttp/nanohttp-server.c @@ -1,5 +1,5 @@ /****************************************************************** -* $Id: nanohttp-server.c,v 1.54 2006/03/23 12:58:24 m0gg Exp $ +* $Id: nanohttp-server.c,v 1.55 2006/03/28 08:02:29 snowdrop Exp $ * * CSOAP Project: A http client/server library in C * Copyright (C) 2003 Ferhat Ayaz @@ -694,6 +694,7 @@ httpd_session_main (void *data) sprintf (buffer, "no service for '%s' found", req->path); log_verbose1 (buffer); httpd_send_internal_error (rconn, buffer); + done = 1; } hrequest_free(req); } -- cgit v1.1-32-gdbae