aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/session.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2007-06-14 00:26:06 +0000
committerChristian Grothoff <christian@grothoff.org>2007-06-14 00:26:06 +0000
commit3d39029f14a63af8cd26b1b0c9000cecea97931c (patch)
tree290e417d8c23fb8b2051a4273c676b0f357da5e3 /src/daemon/session.c
parentb7054096a4e58009d7eddbda083762883213f937 (diff)
downloadlibmicrohttpd-3d39029f14a63af8cd26b1b0c9000cecea97931c.tar.gz
libmicrohttpd-3d39029f14a63af8cd26b1b0c9000cecea97931c.zip
fixes
Diffstat (limited to 'src/daemon/session.c')
-rw-r--r--src/daemon/session.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/daemon/session.c b/src/daemon/session.c
index 9cba0d28..828b91a1 100644
--- a/src/daemon/session.c
+++ b/src/daemon/session.c
@@ -275,8 +275,6 @@ MHD_parse_session_headers(struct MHD_Session * session) {
275 session->headers_received = hdr; 275 session->headers_received = hdr;
276 } 276 }
277 /* FIXME: here: find cookie header and parse that! */ 277 /* FIXME: here: find cookie header and parse that! */
278 if (session->bodyReceived == 0)
279 return;
280 return; 278 return;
281 DIE: 279 DIE:
282 close(session->socket_fd); 280 close(session->socket_fd);